Go to the source code of this file.
|
class | TsTypeRegistry |
| Type registry which provides a mapping from dynamically typed objects to statically typed internal ones. More...
|
|
#define TS_REGISTER_TYPE |
( |
|
TYPE | ) |
|
Value:
reg.RegisterTypedDataFactory<TYPE>( \
holder->New(
value.Get<TYPE>()); \
}); \
}
GLsizei const GLfloat * value
Type registry which provides a mapping from dynamically typed objects to statically typed internal on...
static TS_API TsTypeRegistry & GetInstance()
Return the single instance of TsTypeRegistry.
#define TF_REGISTRY_FUNCTION(KEY_TYPE)
Definition at line 96 of file typeRegistry.h.