The Gaudi Framework  master (82fdf313)
Loading...
Searching...
No Matches
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#pragma once
12
13#include <string_view>
14
15namespace Gaudi {
16 namespace Parsers {
17 class Messages;
18 class Catalog;
19 class Units;
20 struct Node;
21 class IncludedFiles;
22 class PragmaOptions;
23
28 bool ReadOptions( std::string_view filename, std::string_view search_path, Messages* messages, Catalog* catalog,
29 Units* units, PragmaOptions* pragma, Node* root );
30 } // namespace Parsers
31} // namespace Gaudi
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:365
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
Definition __init__.py:1