| clear(const std::string &new_root=std::string()) | Configuration | |
| Configuration() | Configuration | [inline] |
| Configuration(const std::string &fname, const std::string &root) | Configuration | [inline] |
| dump(void) | Configuration | |
| dump(std::ostream &o, const std::string &indentstr) | Configuration | |
| filename | Configuration | [private] |
| getsubkeys(KeyTypeList &ktl, const std::string &basekey) | Configuration | |
| is_file | Configuration | [private] |
| KeyType typedef | Configuration | |
| KeyTypeList typedef | Configuration | |
| listkeys(const std::string &key, bool longformat=true) | Configuration | |
| listkeys(const char *key, bool longformat=true) | Configuration | |
| read_abs_config_file(const std::string &input_filename, const std::string &root=std::string()) | Configuration | |
| read_config_file(const std::string &input_filename, const std::string &root=std::string()) | Configuration | |
| read_config_string(const std::string &) | Configuration | |
| rootname | Configuration | [private] |
| set(const std::string &key, const std::string &value, bool write_to_file) | Configuration | |
| set(const char *key, const char *value, bool write_to_file) | Configuration | |
| set(const char *key, const std::string &value, bool write_to_file) | Configuration | |
| set(const char *key, int, bool write_to_file) | Configuration | |
| value(const std::string &key, std::string &ret, const char *defaultvalue="") const | Configuration | |
| value(const std::string &key, bool &ret, bool defaultvalue=false) const | Configuration | |
| value(const std::string &key, int &ret, int defaultvalue=0) const | Configuration | |
| value(const char *key, std::string &ret, const char *defaultvalue="") const | Configuration | [inline] |
| value(const char *key, bool &ret, bool defaultvalue=false) const | Configuration | [inline] |
| value(const char *key, int &ret, int defaultvalue=0) const | Configuration | [inline] |
| write_back(void) | Configuration | |
| xmltree | Configuration | [private] |
| ~Configuration() | Configuration | [inline] |