MeteoIODoc  MeteoIODoc-2.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mio::Config Member List

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

addCmdLine(const std::string &cmd_line)mio::Config
addFile(const std::string &filename_in)mio::Config
addKey(const std::string &key, const std::string &section, const std::string &value)mio::Config
Config()mio::Config
Config(const std::string &filename_in)mio::Config
deleteKey(const std::string &key, const std::string &section)mio::Config
deleteKeys(const std::string &keymatch, const std::string &section, const bool &anywhere=false)mio::Config
findKeys(std::vector< std::string > &vecResult, const std::string &keymatch, std::string section, const bool &anywhere=false) const mio::Config
get(const std::string &key, const IOUtils::ThrowOptions &opt=IOUtils::dothrow) const mio::Config
get(const std::string &key, const std::string &section, const IOUtils::ThrowOptions &opt=IOUtils::dothrow) const mio::Config
getConfigRootDir() const mio::Config
getSourceName() const mio::Config
getValue(const std::string &key, const std::string &section, const IOUtils::ThrowOptions &opt=IOUtils::dothrow) const mio::Configinline
getValue(const std::string &key, std::vector< T > &vecT, const IOUtils::ThrowOptions &opt=IOUtils::dothrow) const mio::Configinline
getValue(const std::string &key, const std::string &section, std::vector< T > &vecT, const IOUtils::ThrowOptions &opt=IOUtils::dothrow) const mio::Configinline
getValue(const std::string &key, T &t, const IOUtils::ThrowOptions &opt=IOUtils::dothrow) const mio::Configinline
getValue(const std::string &key, const std::string &section, T &t, const IOUtils::ThrowOptions &opt=IOUtils::dothrow) const mio::Configinline
getValues(const std::string &keystart, const std::string &section, std::vector< T > &vecT) const mio::Configinline
getValues(const std::string &keystart, const std::string &section, std::vector< T > &vecT, std::vector< std::string > &vecKeys) const mio::Configinline
keyExists(const std::string &key, const std::string &section) const mio::Config
operator<<(std::iostream &os, const Config &cfg)mio::Configfriend
operator>>(std::iostream &is, Config &cfg)mio::Configfriend
toString() const mio::Config
write(const std::string &filename) const mio::Config
~Config()mio::Configinlinevirtual