#include <src/JobOptionsSvc/Position.h>
Definition at line 13 of file Position.h.
◆ Position() [1/2]
Gaudi::Parsers::Position::Position |
( |
| ) |
|
|
default |
◆ Position() [2/2]
Gaudi::Parsers::Position::Position |
( |
std::string |
filename, |
|
|
unsigned |
line, |
|
|
unsigned |
column |
|
) |
| |
|
inline |
Definition at line 16 of file Position.h.
const std::string & filename() const
◆ column()
unsigned Gaudi::Parsers::Position::column |
( |
| ) |
const |
|
inline |
◆ Exists()
bool Gaudi::Parsers::Position::Exists |
( |
| ) |
const |
|
inline |
◆ filename()
const std::string& Gaudi::Parsers::Position::filename |
( |
| ) |
const |
|
inline |
◆ line()
unsigned Gaudi::Parsers::Position::line |
( |
| ) |
const |
|
inline |
◆ set_filename()
void Gaudi::Parsers::Position::set_filename |
( |
std::string |
filename | ) |
|
|
inline |
Definition at line 21 of file Position.h.
const std::string & filename() const
◆ ToString()
std::string Gaudi::Parsers::Position::ToString |
( |
| ) |
const |
Definition at line 13 of file Position.cpp.
GAUDI_API std::string format(const char *,...)
MsgStream format utility "a la sprintf(...)".
◆ column_
unsigned Gaudi::Parsers::Position::column_ = 0 |
|
private |
◆ filename_
◆ line_
unsigned Gaudi::Parsers::Position::line_ = 0 |
|
private |
The documentation for this class was generated from the following files: