The Gaudi Framework
master (37c0b60a)
|
#include </builds/gaudi/Gaudi/GaudiCoreSvc/src/JobOptionsSvc/IncludedFiles.h>
Public Types | |
typedef std::map< std::string, Position, std::less<> > | Container |
Public Member Functions | |
bool | AddFile (std::string filename, Position from) |
bool | IsIncluded (std::string_view filename) const |
bool | GetPosition (std::string_view filename, const Position **pos) const |
Private Attributes | |
Container | container_ |
Definition at line 26 of file IncludedFiles.h.
Definition at line 28 of file IncludedFiles.h.
bool Gaudi::Parsers::IncludedFiles::AddFile | ( | std::string | filename, |
Position | from | ||
) |
Definition at line 25 of file IncludedFiles.cpp.
bool Gaudi::Parsers::IncludedFiles::GetPosition | ( | std::string_view | filename, |
const Position ** | pos | ||
) | const |
Definition at line 29 of file IncludedFiles.cpp.
bool Gaudi::Parsers::IncludedFiles::IsIncluded | ( | std::string_view | filename | ) | const |
Definition at line 21 of file IncludedFiles.cpp.
|
private |
Definition at line 36 of file IncludedFiles.h.