#include <src/JobOptionsSvc/IncludedFiles.h>
Definition at line 16 of file IncludedFiles.h.
typedef std::map<std::string, Position> Gaudi::Parsers::IncludedFiles::Container |
bool Gaudi::Parsers::IncludedFiles::AddFile |
( |
const std::string & |
filename, |
|
|
const Position & |
from |
|
) |
| |
Definition at line 20 of file IncludedFiles.cpp.
23 container_.insert(Container::value_type(filename, from));
bool IsIncluded(const std::string &filename) const
bool Gaudi::Parsers::IncludedFiles::GetPosition |
( |
const std::string & |
filename, |
|
|
const Position ** |
pos |
|
) |
| const |
bool Gaudi::Parsers::IncludedFiles::IsIncluded |
( |
const std::string & |
filename | ) |
const |
Container Gaudi::Parsers::IncludedFiles::container_ |
|
private |
The documentation for this class was generated from the following files: