Public Member Functions | |
const ConfigNode & | operator= (const ConfigNode &other) |
Std::string | get_string (const char *defaultvalue="") |
int | get_int (int defaultvalue=0) |
bool | get_bool (bool defaultvalue=false) |
void | set (const Std::string &value) |
void | set (const char *value) |
void | set (int value) |
void | set (bool value) |