doTypeInfo< T > Struct Template Reference
#include <DynObj.h>
List of all members.
|
Static Public Member Functions |
static int | Id () |
static const char * | Name () |
Detailed Description
template<class T>
struct doTypeInfo< T >
Translate C++ type to type string and type ID. This provides a way to get type ID and type name for any known (registered) class. Implement for each class that is exposed. See DO_DECL_TYPE_INFO further down.
The documentation for this struct was generated from the following file: