orxonox::ConfigFile Member List
This is the complete list of members for
orxonox::ConfigFile, including all inherited members.
bUpdated_ | orxonox::ConfigFile | [private] |
clean(bool bCleanComments=false) | orxonox::ConfigFile | |
clear() | orxonox::ConfigFile | |
ConfigFile(const std::string &filename, ConfigFileType type) | orxonox::ConfigFile | [inline] |
deleteVectorEntries(const std::string §ion, const std::string &name, unsigned int startindex=0) | orxonox::ConfigFile | [inline] |
filename_ | orxonox::ConfigFile | [private] |
getFilename() | orxonox::ConfigFile | [inline] |
getSection(const std::string §ion) | orxonox::ConfigFile | [private] |
getValue(const std::string §ion, const std::string &name, const std::string &fallback, bool bString) | orxonox::ConfigFile | [inline] |
getValue(const std::string §ion, const std::string &name, unsigned int index, const std::string &fallback, bool bString) | orxonox::ConfigFile | [inline] |
getVectorSize(const std::string §ion, const std::string &name) | orxonox::ConfigFile | [inline] |
load(bool bCreateIfNotExisting=true) | orxonox::ConfigFile | |
save() const | orxonox::ConfigFile | |
saveAs(const std::string &filename) | orxonox::ConfigFile | |
saveIfUpdated() | orxonox::ConfigFile | [private] |
sections_ | orxonox::ConfigFile | [private] |
setValue(const std::string §ion, const std::string &name, const std::string &value, bool bString) | orxonox::ConfigFile | [inline] |
setValue(const std::string §ion, const std::string &name, unsigned int index, const std::string &value, bool bString) | orxonox::ConfigFile | [inline] |
type_ | orxonox::ConfigFile | [private] |
updateConfigValues() | orxonox::ConfigFile | |
~ConfigFile() | orxonox::ConfigFile | |