Mana
|
This is the complete list of members for Configuration, including all inherited members.
cleanDefaults() | Configuration | private |
clear() | ConfigurationObject | |
Configuration()=default | Configuration | |
getBoolValue(const std::string &key) const | Configuration | |
getDefault(const std::string &key, VariableData::DataType type) const | Configuration | |
getFloatValue(const std::string &key) const | Configuration | |
getIntValue(const std::string &key) const | Configuration | |
getStringValue(const std::string &key) const | Configuration | |
getValue(const std::string &key, const std::string &deflt) const | ConfigurationObject | |
getValue(const std::string &key, int deflt) const | ConfigurationObject | |
getValue(const std::string &key, unsigned deflt) const | ConfigurationObject | |
getValue(const std::string &key, double deflt) const | ConfigurationObject | |
init(const std::string &filename, bool useResManager=false) | Configuration | |
initFromXML(XML::Node node) | ConfigurationObject | protected |
mConfigPath | Configuration | private |
mDefaultsData | Configuration | private |
mOptions | ConfigurationObject | protected |
setDefaultValues(DefaultsData *defaultsData) | Configuration | |
setValue(const std::string &key, const std::string &value) | ConfigurationObject | |
~Configuration() override | Configuration | |
~ConfigurationObject() | ConfigurationObject | virtual |