![]() |
The Gaudi Framework
v29r3 (fa547fc2)
|
#include <src/JobOptionsSvc/IncludedFiles.h>

Public Types | |
| typedef std::map< std::string, Position > | Container |
Public Member Functions | |
| bool | AddFile (std::string filename, Position from) |
| bool | IsIncluded (const std::string &filename) const |
| bool | GetPosition (const std::string &filename, const Position **pos) const |
Private Attributes | |
| Container | container_ |
Definition at line 18 of file IncludedFiles.h.
| typedef std::map<std::string, Position> Gaudi::Parsers::IncludedFiles::Container |
Definition at line 21 of file IncludedFiles.h.
| bool Gaudi::Parsers::IncludedFiles::AddFile | ( | std::string | filename, |
| Position | from | ||
| ) |
Definition at line 16 of file IncludedFiles.cpp.
| bool Gaudi::Parsers::IncludedFiles::GetPosition | ( | const std::string & | filename, |
| const Position ** | pos | ||
| ) | const |
Definition at line 21 of file IncludedFiles.cpp.
| bool Gaudi::Parsers::IncludedFiles::IsIncluded | ( | const std::string & | filename | ) | const |
Definition at line 11 of file IncludedFiles.cpp.
|
private |
Definition at line 29 of file IncludedFiles.h.