Functions | |
template<class T> | |
void | declare (const String &typeID) |
void | remove (const String &typeID) |
template<class T> | |
bool | isDynamic (T *t) |
bool | isDynamic (const String &typeID) |
template<class T> | |
bool | queryTypeID (T *t, String &typeID) |
template<class T> | |
T * | create (const String &typeID) |
template<class T> | |
void | destroy (T *t) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|