|  | The Gaudi Framework
    v28r2
    | 
#include <src/JobOptionsSvc/Property.h>

| Classes | |
| class | Equal | 
| struct | LessThen | 
| Public Member Functions | |
| Property (PropertyName property_name, PropertyValue property_value) | |
| const PropertyName & | property_name () const | 
| PropertyValue & | property_value () | 
| Property & | operator+= (const PropertyValue &value) | 
| Property & | operator-= (const PropertyValue &value) | 
| const Position & | DefinedPosition () const | 
| bool | HasDefinedPosition () const | 
| const Position & | ValuePosition () const | 
| bool | HasValuePosition () const | 
| const std::string & | ClientName () const | 
| const std::string & | NameInClient () const | 
| std::string | FullName () const | 
| std::string | ValueAsString () const | 
| std::string | ToString () const | 
| bool | IsSimple () const | 
| bool | IsVector () const | 
| bool | IsMap () const | 
| bool | IsReference () const | 
| Private Attributes | |
| PropertyName | property_name_ | 
| PropertyValue | property_value_ | 
Definition at line 16 of file Property.h.
| 
 | inline | 
Definition at line 36 of file Property.h.
| const std::string & Property::ClientName | ( | ) | const | 
Definition at line 27 of file Property.cpp.
| const gp::Position & Property::DefinedPosition | ( | ) | const | 
Definition at line 19 of file Property.cpp.
| std::string Property::FullName | ( | ) | const | 
Definition at line 35 of file Property.cpp.
| 
 | inline | 
Definition at line 56 of file Property.h.
| 
 | inline | 
Definition at line 59 of file Property.h.
| bool Property::IsMap | ( | ) | const | 
Definition at line 55 of file Property.cpp.
| 
 | inline | 
Definition at line 69 of file Property.h.
| bool Property::IsSimple | ( | ) | const | 
Definition at line 47 of file Property.cpp.
| bool Property::IsVector | ( | ) | const | 
Definition at line 51 of file Property.cpp.
| const std::string & Property::NameInClient | ( | ) | const | 
Definition at line 31 of file Property.cpp.
| 
 | inline | 
Definition at line 46 of file Property.h.
| 
 | inline | 
Definition at line 50 of file Property.h.
| 
 | inline | 
Definition at line 39 of file Property.h.
| 
 | inline | 
Definition at line 42 of file Property.h.
| std::string Property::ToString | ( | ) | const | 
Definition at line 43 of file Property.cpp.
| std::string Property::ValueAsString | ( | ) | const | 
Definition at line 39 of file Property.cpp.
| const gp::Position & Property::ValuePosition | ( | ) | const | 
Definition at line 23 of file Property.cpp.
| 
 | private | 
Definition at line 73 of file Property.h.
| 
 | private | 
Definition at line 74 of file Property.h.