Orxonox
0.0.5 Codename: Arcturus
|
This is the complete list of members for orxonox::ConfigFile, including all inherited members.
bCopyFallbackFile_ | orxonox::ConfigFile | private |
bUpdated_ | orxonox::ConfigFile | private |
clear() | orxonox::ConfigFile | virtual |
ConfigFile(const std::string &filename, bool bCopyFallbackFile=true) | orxonox::ConfigFile | |
DEFAULT_CONFIG_FOLDER | orxonox::ConfigFile | static |
deleteVectorEntries(const std::string §ion, const std::string &name, unsigned int startindex=0) | orxonox::ConfigFile | |
filename_ | orxonox::ConfigFile | private |
getFilename() | orxonox::ConfigFile | inline |
getOrCreateSection(const std::string §ion) | orxonox::ConfigFile | protected |
getOrCreateValue(const std::string §ion, const std::string &name, const std::string &fallback, bool bString) | orxonox::ConfigFile | inline |
getOrCreateValue(const std::string §ion, const std::string &name, unsigned int index, const std::string &fallback, bool bString) | orxonox::ConfigFile | inline |
getSection(const std::string §ion) const | orxonox::ConfigFile | protected |
getValue(const std::string §ion, const std::string &name, bool bString) | orxonox::ConfigFile | inline |
getValue(const std::string §ion, const std::string &name, unsigned int index, bool bString) | orxonox::ConfigFile | inline |
getVectorSize(const std::string §ion, const std::string &name) const | orxonox::ConfigFile | inline |
load() | orxonox::ConfigFile | virtual |
save() const | orxonox::ConfigFile | virtual |
saveAs(const std::string &filename) const | orxonox::ConfigFile | virtual |
saveIfUpdated() | orxonox::ConfigFile | private |
sections_ | orxonox::ConfigFile | protected |
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 |
~ConfigFile() | orxonox::ConfigFile | virtual |