![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|
#include <src/JobOptionsSvc/PropertyName.h>
Public Member Functions | |
PropertyName (std::string property) | |
PropertyName (std::string property, const Position &pos) | |
PropertyName (std::string client, std::string property) | |
PropertyName (std::string client, std::string property, Position pos) | |
const std::string & | client () const |
const std::string & | property () const |
const Position & | position () const |
std::string | FullName () const |
std::string | ToString () const |
bool | HasClient () const |
bool | HasPosition () const |
Private Attributes | |
std::string | client_ |
std::string | property_ |
Position | position_ |
Definition at line 16 of file PropertyName.h.
|
inlineexplicit |
Definition at line 19 of file PropertyName.h.
|
inline |
Definition at line 20 of file PropertyName.h.
|
inline |
Definition at line 22 of file PropertyName.h.
|
inline |
|
inline |
Definition at line 26 of file PropertyName.h.
std::string Gaudi::Parsers::PropertyName::FullName | ( | ) | const |
Definition at line 6 of file PropertyName.cpp.
|
inline |
Definition at line 31 of file PropertyName.h.
|
inline |
Definition at line 32 of file PropertyName.h.
|
inline |
Definition at line 28 of file PropertyName.h.
|
inline |
Definition at line 27 of file PropertyName.h.
std::string Gaudi::Parsers::PropertyName::ToString | ( | ) | const |
Definition at line 8 of file PropertyName.cpp.
|
private |
Definition at line 35 of file PropertyName.h.
|
private |
Definition at line 37 of file PropertyName.h.
|
private |
Definition at line 36 of file PropertyName.h.