|
CGRA-ME
|
This is the complete list of members for ConfigStore, including all inherited members.
| addBool(std::string key, bool value) | ConfigStore | inline |
| addInt(std::string key, long long value) | ConfigStore | inline |
| addReal(std::string key, double value) | ConfigStore | inline |
| addString(std::string key, std::string value) | ConfigStore | inline |
| backing_store | ConfigStore | private |
| BackingStore typedef | ConfigStore | |
| begin() const | ConfigStore | inline |
| ConfigStore()=default | ConfigStore | |
| ConfigStore(BackingStore src) | ConfigStore | inline |
| ConfigStore(std::initializer_list< std::pair< std::string, ImplicitlyToString >> ilist) | ConfigStore | inline |
| ConfigStore(const ConfigStore &)=default | ConfigStore | |
| ConfigStore(ConfigStore &&)=default | ConfigStore | |
| empty() const | ConfigStore | inline |
| end() const | ConfigStore | inline |
| getBool(const std::string &key) const | ConfigStore | inline |
| getBoolOr(const std::string &key, bool otherwise) const | ConfigStore | inline |
| getInt(const std::string &key) const | ConfigStore | inline |
| getIntOr(const std::string &key, long long otherwise) const | ConfigStore | inline |
| getReal(const std::string &key) const | ConfigStore | inline |
| getRealOr(const std::string &key, double otherwise) const | ConfigStore | inline |
| getString(const std::string &key) const | ConfigStore | inline |
| getStringOr(const std::string &key, const std::string &otherwise) const | ConfigStore | inline |
| getStringOr(const std::string &key, std::string &&otherwise) const | ConfigStore | inline |
| hasKey(const std::string &key) const | ConfigStore | inline |
| makeIncompleteConversionException(const std::string &key, const std::string &value) const | ConfigStore | inlineprivate |
| operator!=(const ConfigStore &rhs) const | ConfigStore | inline |
| operator<<(std::ostream &os, const ConfigStore &cs) | ConfigStore | friend |
| operator=(const ConfigStore &)=default | ConfigStore | |
| operator=(ConfigStore &&)=default | ConfigStore | |
| operator==(const ConfigStore &rhs) const | ConfigStore | inline |
| setBool(std::string key, bool value) | ConfigStore | inline |
| setInt(std::string key, long long value) | ConfigStore | inline |
| setReal(std::string key, double value) | ConfigStore | inline |
| setString(std::string key, std::string value) | ConfigStore | inline |
1.8.17