Go to the source code of this file.
Classes | |
| struct | mrpt::utils::TEnumTypeFiller< ENUMTYPE > |
| Only specializations of this class are defined for each enum type of interest. More... | |
| struct | mrpt::utils::TEnumType< ENUMTYPE > |
| A helper class that can convert an enum value into its textual representation, and viceversa. More... | |
Namespaces | |
| mrpt | |
| This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries. | |
| mrpt::utils | |
| Classes for serialization, sockets, ini-file manipulation, streams, list of properties-values, timewatch, extensions to STL. | |
Macros | |
| #define | MRPT_FILL_ENUM(_X) m_map.insert(_X, #_X) |
| For use in specializations of TEnumTypeFiller. More... | |
| #define | MRPT_FILL_ENUM_MEMBER(_CLASS, _VALUE) m_map.insert(_CLASS::_VALUE, #_VALUE) |
| #define MRPT_FILL_ENUM | ( | _X | ) | m_map.insert(_X, #_X) |
For use in specializations of TEnumTypeFiller.
Definition at line 31 of file TEnumType.h.
| #define MRPT_FILL_ENUM_MEMBER | ( | _CLASS, | |
| _VALUE | |||
| ) | m_map.insert(_CLASS::_VALUE, #_VALUE) |
Definition at line 32 of file TEnumType.h.
| Page generated by Doxygen 1.9.1 for MRPT 1.9.9 Git: 63ea9d1f1 Thu Nov 23 00:06:53 2017 +0100 at mar 26 may 2026 12:19:29 CEST |