#include <CkptTypeRegistry.h>
Public Member Functions | |
TypeRegistrant (const char *name=0) | |
Static Public Member Functions | |
static const TypeRegistrant & | instance (char *name) |
static void * | create () |
Used transparently by the user via the COAL_REGISTER_TYPE() macro
Definition at line 40 of file CkptTypeRegistry.h.
TypeRegistrant< T >::TypeRegistrant | ( | const char * | name = 0 |
) | [inline] |
Definition at line 54 of file CkptTypeRegistry.h.
References TypeRegistrant< T >::create(), and ofMap.
static const TypeRegistrant& TypeRegistrant< T >::instance | ( | char * | name | ) | [inline, static] |
Definition at line 43 of file CkptTypeRegistry.h.
static void* TypeRegistrant< T >::create | ( | ) | [inline, static] |
Definition at line 48 of file CkptTypeRegistry.h.
Referenced by TypeRegistrant< T >::TypeRegistrant().