![]() |
The Gaudi Framework
v33r0 (d5ea422b)
|
#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 26 of file PropertyName.h.
|
inlineexplicit |
Definition at line 29 of file PropertyName.h.
|
inline |
Definition at line 30 of file PropertyName.h.
|
inline |
Definition at line 32 of file PropertyName.h.
|
inline |
|
inline |
Definition at line 36 of file PropertyName.h.
| std::string Gaudi::Parsers::PropertyName::FullName | ( | ) | const |
Definition at line 16 of file PropertyName.cpp.
|
inline |
Definition at line 41 of file PropertyName.h.
|
inline |
Definition at line 42 of file PropertyName.h.
|
inline |
Definition at line 38 of file PropertyName.h.
|
inline |
Definition at line 37 of file PropertyName.h.
| std::string Gaudi::Parsers::PropertyName::ToString | ( | ) | const |
Definition at line 18 of file PropertyName.cpp.
|
private |
Definition at line 45 of file PropertyName.h.
|
private |
Definition at line 47 of file PropertyName.h.
|
private |
Definition at line 46 of file PropertyName.h.