Go to the source code of this file.
Macros | |
| #define | DECLARE_TYPE_DESCR(type) |
| #define | DEFINE_TYPE_DESCR(type) const char * const __type_descr<type>::value = #type; |
| #define | DEFINE_TYPE_DESCR2(type, name) const char * const __type_descr<type>::value = name; |
| #define DECLARE_TYPE_DESCR | ( | type | ) |
| #define DEFINE_TYPE_DESCR | ( | type | ) | const char * const __type_descr<type>::value = #type; |
| #define DEFINE_TYPE_DESCR2 | ( | type, | |
| name | |||
| ) | const char * const __type_descr<type>::value = name; |
1.8.3.1