Provides facilities for basic type introspection. More...
Go to the source code of this file.
Macros | |
#define | DEFINE_TYPE(X) template<>const char* get_type_name<X>(){return #X;} |
#define | DEFINE_TYPE_NAME(X, N) template<>const char* get_type_name<X>(){return N;} |
Detailed Description
Provides facilities for basic type introspection.
This file includes a a set of basic facilities for registering names for non-POD C/C++ types to be reflected in the XML output of the interospection stage.
Generated by Doxygen 1.8.11