#include <string>#include <stdexcept>#include <iosfwd>

Go to the source code of this file.
Classes | |
| class | mrpt::config::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... | |
Namespaces | |
| mrpt | |
| This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
| mrpt::config | |
Macros | |
| #define | LOADABLEOPTS_DUMP_VAR(variableName, variableType) |
| Macro for dumping a variable to a stream, within the method "dumpToTextStream(out)" (Variable types are: int, double, float, bool, string. More... | |
| #define | LOADABLEOPTS_DUMP_VAR_DEG(variableName) |
| Macro for dumping a variable to a stream, transforming the argument from radians to degrees. More... | |
| #define LOADABLEOPTS_DUMP_VAR | ( | variableName, | |
| variableType | |||
| ) |
Macro for dumping a variable to a stream, within the method "dumpToTextStream(out)" (Variable types are: int, double, float, bool, string.
Definition at line 103 of file config/CLoadableOptions.h.
| #define LOADABLEOPTS_DUMP_VAR_DEG | ( | variableName | ) |
Macro for dumping a variable to a stream, transforming the argument from radians to degrees.
Definition at line 111 of file config/CLoadableOptions.h.
| Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |