Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  master (f31105fd)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Analyzer.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2025 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 #ifndef JOBOPTIONSVC_ANALYZER_H_
12 #define JOBOPTIONSVC_ANALYZER_H_
13 // ============================================================================
14 // Include files
15 // ============================================================================
16 // STD & STL:
17 // ============================================================================
18 #include <string_view>
19 // ============================================================================
20 namespace Gaudi {
21  namespace Parsers {
22  // ============================================================================
23  // Forward declarations
24  // ============================================================================
25  class Messages;
26  class Catalog;
27  class Units;
28  struct Node;
29  class IncludedFiles;
30  class PragmaOptions;
31  // ============================================================================
32 
37  bool ReadOptions( std::string_view filename, std::string_view search_path, Messages* messages, Catalog* catalog,
38  Units* units, PragmaOptions* pragma, Node* root );
39  // ============================================================================
40  } // namespace Parsers
41 } // namespace Gaudi
42 #endif // JOBOPTIONSVC_ANALYZER_H_
gaudiComponentHelp.root
root
Definition: gaudiComponentHelp.py:42
GaudiPartProp.Nodes.Node
Node
Definition: Nodes.py:247
Gaudi
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
Definition: __init__.py:1
Gaudi::Parsers::ReadOptions
bool ReadOptions(std::string_view filename, std::string_view search_path, Messages *messages, Catalog *catalog, Units *units, PragmaOptions *pragma, Node *root)
Parse and analyze filename, save all messages and properties.
Definition: Analyzer.cpp:387
graphanalysis.filename
filename
Definition: graphanalysis.py:130