This is the complete list of members for bitpit::Config, including all inherited members.
addSection(const std::string &key) | bitpit::Config | |
clear() | bitpit::Config | |
Config(bool multiSections=false) | bitpit::Config | |
Config(const Config &other) | bitpit::Config | |
Config(Config &&other)=default (defined in bitpit::Config) | bitpit::Config | |
ConstMultiSection typedef (defined in bitpit::Config) | bitpit::Config | |
dump(std::ostream &out, int indentLevel=0) const | bitpit::Config | |
get(const std::string &key) const | bitpit::Config | |
get(const std::string &key, const std::string &fallback) const | bitpit::Config | |
get(const std::string &key) const | bitpit::Config | |
get(const std::string &key, const T &fallback) const | bitpit::Config | |
getOptionCount() const | bitpit::Config | |
getOptions() | bitpit::Config | |
getOptions() const | bitpit::Config | |
getSection(const std::string &key) | bitpit::Config | |
getSection(const std::string &key) const | bitpit::Config | |
getSectionCount() const | bitpit::Config | |
getSectionCount(const std::string &key) const | bitpit::Config | |
getSections() | bitpit::Config | |
getSections() const | bitpit::Config | |
getSections(const std::string &key) | bitpit::Config | |
getSections(const std::string &key) const | bitpit::Config | |
hasOption(const std::string &key) const | bitpit::Config | |
hasSection(const std::string &key) const | bitpit::Config | |
isMultiSectionsEnabled() const | bitpit::Config | |
m_multiSections (defined in bitpit::Config) | bitpit::Config | protected |
MultiSection typedef (defined in bitpit::Config) | bitpit::Config | |
operator=(Config other) | bitpit::Config | |
operator=(Config &&other)=default (defined in bitpit::Config) | bitpit::Config | |
operator[](const std::string &key) | bitpit::Config | |
operator[](const std::string &key) const | bitpit::Config | |
Options typedef (defined in bitpit::Config) | bitpit::Config | |
removeOption(const std::string &key) | bitpit::Config | |
removeSection(const std::string &key) | bitpit::Config | |
Section typedef (defined in bitpit::Config) | bitpit::Config | |
Sections typedef (defined in bitpit::Config) | bitpit::Config | |
set(const std::string &key, const std::string &value) | bitpit::Config | |
set(const std::string &key, const T &value) | bitpit::Config | |
swap(Config &other) | bitpit::Config | |
~Config()=default (defined in bitpit::Config) | bitpit::Config | virtual |