libwallaby  v23
The wallaby standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Config Member List

This is the complete list of members for Config, including all inherited members.

addValues(const Config &config)Config
beginGroup(const std::string &group)Config
boolValue(const std::string &key) const Config
clear()Config
clearGroup()Config
Config()Config
Config(const std::map< std::string, std::string > &config)Config
containsKey(const std::string &key) const Config
doubleValue(const std::string &key) const Config
endGroup()Config
intValue(const std::string &key) const Config
load(const std::string &path)Configstatic
save(const std::string &path) const Config
setValue(const std::string &key, const bool &value)Config
setValue(const std::string &key, const int &value)Config
setValue(const std::string &key, const double &value)Config
setValue(const std::string &key, const char *value)Config
setValue(const std::string &key, const std::string &value)Config
stringValue(const std::string &key) const Config
values() const Config