MRPT logo

mrpt::utils::CConfigFileBase Member List

This is the complete list of members for mrpt::utils::CConfigFileBase, including all inherited members.

getAllSections(vector_string &sections) const =0mrpt::utils::CConfigFileBase [pure virtual]
read_bool(const std::string &section, const std::string &name, bool defaultValue, bool failIfNotFound=false) const mrpt::utils::CConfigFileBase
read_double(const std::string &section, const std::string &name, double defaultValue, bool failIfNotFound=false) const mrpt::utils::CConfigFileBase
read_float(const std::string &section, const std::string &name, float defaultValue, bool failIfNotFound=false) const mrpt::utils::CConfigFileBase
read_int(const std::string &section, const std::string &name, int defaultValue, bool failIfNotFound=false) const mrpt::utils::CConfigFileBase
read_string(const std::string &section, const std::string &name, const std::string &defaultValue, bool failIfNotFound=false) const mrpt::utils::CConfigFileBase
read_string_first_word(const std::string &section, const std::string &name, const std::string &defaultValue, bool failIfNotFound=false) const mrpt::utils::CConfigFileBase
read_uint64_t(const std::string &section, const std::string &name, uint64_t defaultValue, bool failIfNotFound) const mrpt::utils::CConfigFileBase
read_vector(const std::string &section, 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 &section, 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 &section, 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 &section, 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 &section, 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 &section, 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 &section, const std::string &name, const std::vector< bool > &defaultValue, std::vector< bool > &outValues, bool failIfNotFound=false) const mrpt::utils::CConfigFileBase
readString(const std::string &section, const std::string &name, const std::string &defaultStr, bool failIfNotFound=false) const =0mrpt::utils::CConfigFileBase [protected, pure virtual]
sectionExists(const std::string &section_name) const mrpt::utils::CConfigFileBase
write(const std::string &section, const std::string &name, double value)mrpt::utils::CConfigFileBase
write(const std::string &section, const std::string &name, float value)mrpt::utils::CConfigFileBase
write(const std::string &section, const std::string &name, int value)mrpt::utils::CConfigFileBase
write(const std::string &section, const std::string &name, const std::string &value)mrpt::utils::CConfigFileBase
write(const std::string &section, const std::string &name, const std::vector< int > &value)mrpt::utils::CConfigFileBase
write(const std::string &section, const std::string &name, const std::vector< unsigned int > &value)mrpt::utils::CConfigFileBase
write(const std::string &section, const std::string &name, const std::vector< float > &value)mrpt::utils::CConfigFileBase
write(const std::string &section, const std::string &name, const std::vector< double > &value)mrpt::utils::CConfigFileBase
write(const std::string &section, const std::string &name, const std::vector< bool > &value)mrpt::utils::CConfigFileBase
writeString(const std::string &section, const std::string &name, const std::string &str)=0mrpt::utils::CConfigFileBase [protected, pure virtual]
~CConfigFileBase()mrpt::utils::CConfigFileBase [inline, virtual]




Page generated by Doxygen 1.5.8 for MRPT 0.6.5 SVN:exported at Mon Jan 12 13:00:16 UTC 2009