, including all inherited members.
CConfigFile(const std::string &fileName) | mrpt::utils::CConfigFile | |
getAllSections(vector_string §ions) const | mrpt::utils::CConfigFile | [virtual] |
m_file | mrpt::utils::CConfigFile | [private] |
m_ini | mrpt::utils::CConfigFile | [private] |
m_modified | mrpt::utils::CConfigFile | [private] |
read_bool(const std::string §ion, const std::string &name, bool defaultValue, bool failIfNotFound=false) const | mrpt::utils::CConfigFileBase | |
read_double(const std::string §ion, const std::string &name, double defaultValue, bool failIfNotFound=false) const | mrpt::utils::CConfigFileBase | |
read_float(const std::string §ion, const std::string &name, float defaultValue, bool failIfNotFound=false) const | mrpt::utils::CConfigFileBase | |
read_int(const std::string §ion, const std::string &name, int defaultValue, bool failIfNotFound=false) const | mrpt::utils::CConfigFileBase | |
read_string(const std::string §ion, const std::string &name, const std::string &defaultValue, bool failIfNotFound=false) const | mrpt::utils::CConfigFileBase | |
read_string_first_word(const std::string §ion, const std::string &name, const std::string &defaultValue, bool failIfNotFound=false) const | mrpt::utils::CConfigFileBase | |
read_uint64_t(const std::string §ion, const std::string &name, uint64_t defaultValue, bool failIfNotFound) const | mrpt::utils::CConfigFileBase | |
read_vector(const std::string §ion, const std::string &name, const std::vector< uint32_t > &defaultValue, std::vector< uint32_t > &outValues, bool failIfNotFound=false) const | mrpt::utils::CConfigFileBase | |
read_vector(const std::string §ion, const std::string &name, const std::vector< int32_t > &defaultValue, std::vector< int32_t > &outValues, bool failIfNotFound=false) const | mrpt::utils::CConfigFileBase | |
read_vector(const std::string §ion, const std::string &name, const std::vector< uint64_t > &defaultValue, std::vector< uint64_t > &outValues, bool failIfNotFound=false) const | mrpt::utils::CConfigFileBase | |
read_vector(const std::string §ion, const std::string &name, const std::vector< int64_t > &defaultValue, std::vector< int64_t > &outValues, bool failIfNotFound=false) const | mrpt::utils::CConfigFileBase | |
read_vector(const std::string §ion, const std::string &name, const std::vector< float > &defaultValue, std::vector< float > &outValues, bool failIfNotFound=false) const | mrpt::utils::CConfigFileBase | |
read_vector(const std::string §ion, const std::string &name, const std::vector< double > &defaultValue, std::vector< double > &outValues, bool failIfNotFound=false) const | mrpt::utils::CConfigFileBase | |
read_vector(const std::string §ion, const std::string &name, const std::vector< bool > &defaultValue, std::vector< bool > &outValues, bool failIfNotFound=false) const | mrpt::utils::CConfigFileBase | |
readString(const std::string §ion, const std::string &name, const std::string &defaultStr, bool failIfNotFound=false) const | mrpt::utils::CConfigFile | [protected, virtual] |
sectionExists(const std::string §ion_name) const | mrpt::utils::CConfigFileBase | |
write(const std::string §ion, const std::string &name, double value) | mrpt::utils::CConfigFileBase | |
write(const std::string §ion, const std::string &name, float value) | mrpt::utils::CConfigFileBase | |
write(const std::string §ion, const std::string &name, int value) | mrpt::utils::CConfigFileBase | |
write(const std::string §ion, const std::string &name, const std::string &value) | mrpt::utils::CConfigFileBase | |
write(const std::string §ion, const std::string &name, const std::vector< int > &value) | mrpt::utils::CConfigFileBase | |
write(const std::string §ion, const std::string &name, const std::vector< unsigned int > &value) | mrpt::utils::CConfigFileBase | |
write(const std::string §ion, const std::string &name, const std::vector< float > &value) | mrpt::utils::CConfigFileBase | |
write(const std::string §ion, const std::string &name, const std::vector< double > &value) | mrpt::utils::CConfigFileBase | |
write(const std::string §ion, const std::string &name, const std::vector< bool > &value) | mrpt::utils::CConfigFileBase | |
writeString(const std::string §ion, const std::string &name, const std::string &str) | mrpt::utils::CConfigFile | [protected, virtual] |
~CConfigFile() | mrpt::utils::CConfigFile | [virtual] |
~CConfigFileBase() | mrpt::utils::CConfigFileBase | [inline, virtual] |