|
MRPT
2.0.4
|
#include <iosfwd>#include <stdexcept>#include <string>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 102 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 110 of file config/CLoadableOptions.h.
| Page generated by Doxygen 1.8.18 for MRPT 2.0.4 at Thu Sep 24 07:14:18 UTC 2020 |