This is the complete list of members for kipr::config::Config, including all inherited members.
| addValues(const Config &config) | kipr::config::Config | |
| beginGroup(const std::string &group) | kipr::config::Config | |
| boolValue(const std::string &key) const | kipr::config::Config | |
| clear() | kipr::config::Config | |
| clearGroup() | kipr::config::Config | |
| Config() | kipr::config::Config | |
| Config(const std::map< std::string, std::string > &config) | kipr::config::Config | |
| containsKey(const std::string &key) const | kipr::config::Config | |
| doubleValue(const std::string &key) const | kipr::config::Config | |
| endGroup() | kipr::config::Config | |
| intValue(const std::string &key) const | kipr::config::Config | |
| load(const std::string &path) | kipr::config::Config | static |
| save(const std::string &path) const | kipr::config::Config | |
| setValue(const std::string &key, const bool &value) | kipr::config::Config | |
| setValue(const std::string &key, const int &value) | kipr::config::Config | |
| setValue(const std::string &key, const double &value) | kipr::config::Config | |
| setValue(const std::string &key, const char *value) | kipr::config::Config | |
| setValue(const std::string &key, const std::string &value) | kipr::config::Config | |
| stringValue(const std::string &key) const | kipr::config::Config | |
| values() const | kipr::config::Config |