MRPT
1.9.9
|
Namespaces | |
simpleini | |
Classes | |
class | CConfigFile |
This class allows loading and storing values and vectors of different types from ".ini" files easily. More... | |
class | CConfigFileBase |
This class allows loading and storing values and vectors of different types from a configuration text, which can be implemented as a ".ini" file, a memory-stored string, etc... More... | |
class | CConfigFileMemory |
This class implements a config file-like interface over a memory-stored string list. More... | |
class | CConfigFilePrefixer |
A wrapper for other CConfigFileBase-based objects that prefixes a given token to every key and/or section. More... | |
class | CLoadableOptions |
This is a virtual base class for sets of options than can be loaded from and/or saved to configuration plain-text files. More... | |
Functions | |
int | MRPT_SAVE_NAME_PADDING () |
Default padding sizes for macros MRPT_SAVE_CONFIG_VAR_COMMENT(), etc. More... | |
int | MRPT_SAVE_VALUE_PADDING () |
int mrpt::config::MRPT_SAVE_NAME_PADDING | ( | ) |
Default padding sizes for macros MRPT_SAVE_CONFIG_VAR_COMMENT(), etc.
Definition at line 31 of file CConfigFileBase.cpp.
References MRPT_SAVE_NAME_PADDING.
Referenced by mrpt::slam::CIncrementalMapPartitioner::TOptions::saveToConfigFile(), mrpt::nav::CMultiObjectiveMotionOptimizerBase::TParamsBase::saveToConfigFile(), mrpt::nav::CHolonomicND::TOptions::saveToConfigFile(), and mrpt::nav::CHolonomicFullEval::TOptions::saveToConfigFile().
int mrpt::config::MRPT_SAVE_VALUE_PADDING | ( | ) |
Definition at line 32 of file CConfigFileBase.cpp.
References MRPT_SAVE_VALUE_PADDING.
Referenced by mrpt::slam::CIncrementalMapPartitioner::TOptions::saveToConfigFile(), mrpt::nav::CMultiObjectiveMotionOptimizerBase::TParamsBase::saveToConfigFile(), mrpt::nav::CHolonomicND::TOptions::saveToConfigFile(), and mrpt::nav::CHolonomicFullEval::TOptions::saveToConfigFile().
Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: c7a3bec24 Sun Mar 29 18:33:13 2020 +0200 at dom mar 29 18:50:38 CEST 2020 |