All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Analyzer.h
Go to the documentation of this file.
1 // $Id:$
2 #ifndef JOBOPTIONSVC_ANALYZER_H_
3 #define JOBOPTIONSVC_ANALYZER_H_
4 // ============================================================================
5 // Include files
6 // ============================================================================
7 // STD & STL:
8 // ============================================================================
9 #include <string>
10 #include <vector>
11 // ============================================================================
12 namespace Gaudi { namespace Parsers {
13 // ============================================================================
14 // Forward declarations
15 // ============================================================================
16 class Messages;
17 class Catalog;
18 class Units;
19 class Node;
20 class IncludedFiles;
21 class PragmaOptions;
22 // ============================================================================
23 
24 
29 bool ReadOptions(const std::string& filename, const std::string& search_path,
30  Messages* messages, Catalog* catalog, Units* units,
31  PragmaOptions* pragma, Node* root);
32 // ============================================================================
33 }}
34 #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:438
tuple root
Definition: IOTest.py:42
This is a number of static methods for bootstrapping the Gaudi framework.
Definition: Bootstrap.h:14