The Gaudi Framework  v29r0 (ff2e7097)
Analyzer.h
Go to the documentation of this file.
1 #ifndef JOBOPTIONSVC_ANALYZER_H_
2 #define JOBOPTIONSVC_ANALYZER_H_
3 // ============================================================================
4 // Include files
5 // ============================================================================
6 // STD & STL:
7 // ============================================================================
8 #include <string>
9 #include <vector>
10 // ============================================================================
11 namespace Gaudi
12 {
13  namespace Parsers
14  {
15  // ============================================================================
16  // Forward declarations
17  // ============================================================================
18  class Messages;
19  class Catalog;
20  class Units;
21  class Node;
22  class IncludedFiles;
23  class PragmaOptions;
24  // ============================================================================
25 
30  bool ReadOptions( const std::string& filename, const std::string& search_path, Messages* messages, Catalog* catalog,
31  Units* units, PragmaOptions* pragma, Node* root );
32  // ============================================================================
33  }
34 }
35 #endif // JOBOPTIONSVC_ANALYZER_H_
bool ReadOptions(const std::string &filename, const std::string &search_path, Messages *messages, Catalog *catalog, Units *units, PragmaOptions *pragma, Node *root)
Parse and analyze filename, save all messages and properties.
Definition: Analyzer.cpp:392
STL class.
Helper functions to set/get the application return code.
Definition: __init__.py:1