namespace mrpt::config
Overview
namespace config { // namespaces namespace mrpt::config::internal; // classes class CConfigFile; class CConfigFileBase; class CConfigFileMemory; class CConfigFilePrefixer; class CLoadableOptions; // global functions int MRPT_SAVE_NAME_PADDING(); int MRPT_SAVE_VALUE_PADDING(); std::string config_parser(const std::string& input); void registerAllClasses_mrpt_config(); } // namespace config
Global Functions
int MRPT_SAVE_NAME_PADDING()
Default padding sizes for macros MRPT_SAVE_CONFIG_VAR_COMMENT(), etc.