![]() |
The Gaudi Framework
v28r0
|
#include <src/JobOptionsSvc/Position.h>
Public Member Functions | |
Position ()=default | |
Position (std::string filename, unsigned line, unsigned column) | |
const std::string & | filename () const |
unsigned | line () const |
unsigned | column () const |
void | set_filename (std::string filename) |
std::string | ToString () const |
bool | Exists () const |
Private Attributes | |
std::string | filename_ |
unsigned | line_ = 0 |
unsigned | column_ = 0 |
Definition at line 12 of file Position.h.
|
default |
|
inline |
Definition at line 15 of file Position.h.
|
inline |
Definition at line 19 of file Position.h.
|
inline |
Definition at line 22 of file Position.h.
|
inline |
Definition at line 17 of file Position.h.
|
inline |
Definition at line 18 of file Position.h.
|
inline |
Definition at line 20 of file Position.h.
std::string Gaudi::Parsers::Position::ToString | ( | ) | const |
Definition at line 13 of file Position.cpp.
|
private |
Definition at line 26 of file Position.h.
|
private |
Definition at line 24 of file Position.h.
|
private |
Definition at line 25 of file Position.h.