The Gaudi Framework  master (82fdf313)
Loading...
Searching...
No Matches
Parser.h
Go to the documentation of this file.
1// Copyright 2011 alexander.mazurov@gmail.com
2#pragma once
3
4#include "Position.h"
5
6namespace Gaudi {
7 namespace Parsers {
8 class Messages;
9 struct Node;
10 class IncludedFiles;
11
12 bool Parse( std::string_view filename, std::string_view search_path, IncludedFiles* included, Messages* messages,
13 Node* root );
14
15 bool Parse( const Position& from, std::string_view filename, std::string_view search_path, IncludedFiles* included,
16 Messages* messages, Node* root );
17
18 bool ParseUnits( const Position& from, std::string_view filename, std::string_view search_path,
19 IncludedFiles* included, Messages* messages, Node* root );
20 } // namespace Parsers
21} // namespace Gaudi
bool ParseUnits(const Position &from, std::string_view filename, std::string_view search_path, IncludedFiles *included, Messages *messages, Node *root)
Definition Parser.cpp:116
bool Parse(std::string_view filename, std::string_view search_path, IncludedFiles *included, Messages *messages, Node *root)
Definition Parser.cpp:105
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
Definition __init__.py:1