, including all inherited members.
| getAllKeys(const std::string section, vector_string &keys) const =0 | mrpt::utils::CConfigFileBase | [pure virtual] |
| getAllSections(vector_string §ions) const =0 | mrpt::utils::CConfigFileBase | [pure virtual] |
| 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_enum(const std::string §ion, const std::string &name, const ENUMTYPE &defaultValue, bool failIfNotFound=false) const | mrpt::utils::CConfigFileBase | [inline] |
| 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_matrix(const std::string §ion, const std::string &name, MATRIX_TYPE &outMatrix, const MATRIX_TYPE &defaultMatrix=MATRIX_TYPE(), bool failIfNotFound=false) const | mrpt::utils::CConfigFileBase | [inline] |
| 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=false) const | mrpt::utils::CConfigFileBase | |
| read_vector(const std::string §ion, const std::string &name, const VECTOR_TYPE &defaultValue, VECTOR_TYPE &outValues, bool failIfNotFound=false) const | mrpt::utils::CConfigFileBase | [inline] |
| readString(const std::string §ion, const std::string &name, const std::string &defaultStr, bool failIfNotFound=false) const =0 | mrpt::utils::CConfigFileBase | [protected, pure 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, unsigned 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)=0 | mrpt::utils::CConfigFileBase | [protected, pure virtual] |
| ~CConfigFileBase() | mrpt::utils::CConfigFileBase | [inline, virtual] |