checkRoot(Pentagram::istring key) | INIFile | |
clear(Pentagram::istring root) | INIFile | |
dump() | INIFile | |
filename | INIFile | [private] |
getSection(Pentagram::istring section) | INIFile | [private] |
hasKey(Pentagram::istring key) | INIFile | |
hasSection(Pentagram::istring section) | INIFile | |
INIFile() | INIFile | |
INIFile(std::string fname, Pentagram::istring root) | INIFile | |
is_file | INIFile | [private] |
isReadonly() const | INIFile | [inline] |
listKeys(std::set< Pentagram::istring > &keys, Pentagram::istring section, bool longformat=false) | INIFile | |
listKeyValues(std::map< Pentagram::istring, std::string > &keyvalues, Pentagram::istring section, bool longformat=false) | INIFile | |
listSections(std::set< Pentagram::istring > §ions, bool longformat=false) | INIFile | |
readConfigFile(std::string fname) | INIFile | |
readConfigString(std::string s) | INIFile | |
readonly | INIFile | [private] |
root | INIFile | [private] |
sections | INIFile | [private] |
set(Pentagram::istring key, std::string value) | INIFile | |
set(Pentagram::istring key, const char *value) | INIFile | |
set(Pentagram::istring key, int value) | INIFile | |
set(Pentagram::istring key, bool value) | INIFile | |
setReadonly() | INIFile | [inline] |
splitKey(Pentagram::istring key, Pentagram::istring §ion, Pentagram::istring §ionkey) | INIFile | [private] |
stripRoot(Pentagram::istring &key) | INIFile | [private] |
unset(Pentagram::istring key) | INIFile | |
value(Pentagram::istring key, std::string &ret) | INIFile | |
value(Pentagram::istring key, int &ret) | INIFile | |
value(Pentagram::istring key, bool &ret) | INIFile | |
write() | INIFile | |
~INIFile() | INIFile | |