The Gaudi Framework
v29r0 (ff2e7097)
|
#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 18 of file PropertyName.h.
|
inlineexplicit |
Definition at line 22 of file PropertyName.h.
|
inline |
Definition at line 23 of file PropertyName.h.
|
inline |
Definition at line 26 of file PropertyName.h.
|
inline |
|
inline |
Definition at line 34 of file PropertyName.h.
std::string Gaudi::Parsers::PropertyName::FullName | ( | ) | const |
Definition at line 6 of file PropertyName.cpp.
|
inline |
Definition at line 39 of file PropertyName.h.
|
inline |
Definition at line 40 of file PropertyName.h.
|
inline |
Definition at line 36 of file PropertyName.h.
|
inline |
Definition at line 35 of file PropertyName.h.
std::string Gaudi::Parsers::PropertyName::ToString | ( | ) | const |
Definition at line 8 of file PropertyName.cpp.
|
private |
Definition at line 43 of file PropertyName.h.
|
private |
Definition at line 45 of file PropertyName.h.
|
private |
Definition at line 44 of file PropertyName.h.