A template to obtain the type of its argument as a string at compile time.
It works with all classes derived from CSerializable, plus many specializations for the plain data types (bool, double, uint8_t, etc...) For example:
Users can extend this for custom structs/classes with the macro DECLARE_CUSTOM_TTYPENAME:
The following types are NOT ALLOWED since they have platform-dependant sizes:
Definition at line 47 of file TTypeName.h.
#include <mrpt/utils/TTypeName.h>
Static Public Member Functions | |
static std::string | get () |
|
inlinestatic |
Definition at line 49 of file TTypeName.h.
Referenced by mrpt::utils::MRPTSTL_SERIALIZABLE_SEQ_CONTAINER(), and mrpt::utils::operator>>().
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Sun Nov 26 00:44:48 UTC 2017 |