#include <Configuration.h>
Public Member Functions | |
| PropertyPair (const char *prop, const char *value) | |
| std::string | getPropertyName () const |
| std::string | getPropertyValue () const |
| PropertyPair::PropertyPair | ( | const char * | prop, | |
| const char * | value | |||
| ) | [inline] |
Constructor for the struct specifying the entire contents.
| prop | ||
| value |
| std::string PropertyPair::getPropertyName | ( | ) | const [inline] |
Returns the property name.
| std::string PropertyPair::getPropertyValue | ( | ) | const [inline] |
Returns the property value.
1.5.3-20070902