#include <Properties.h>
Public Member Functions | |
Properties () | |
Properties (const Properties &) | |
virtual | ~Properties () |
Properties & | operator= (const Properties &rhs) |
int | operator== (const Properties &rhs) const |
std::string | getProperty (std::string key) |
std::auto_ptr< std::vector< std::string > > | propertyNames () |
void | setProperty (std::string key, std::string value) throw (std::invalid_argument) |
std::string | toXML (int amountToIndent=6) |
Private Attributes | |
std::map< std::string, std::string > | propertiesMap |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|