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 |
Page generated by Doxygen 1.8.15 for MRPT 1.4.0 SVN: at Sun Mar 24 23:21:48 UTC 2019 |