EngineSimpleTypeInfo
Engine/source/console/engineTypeInfo.h
Template for type infos of primitive, enum, and bitfield types.
Public Types
Parent
Public Functions
EngineSimpleTypeInfo(const char * name, EngineExportScope * scope, EngineTypeKind kind, const char * docString, EngineEnumTable * enumTable)
bool
constructInstance(void * ptr)
Create a new instance at the given address.
destructInstance(void * ptr)
Destroy the instance at the given address.
Detailed Description
Template for type infos of primitive, enum, and bitfield types.
Public Types
typedef EngineTypeInfo Parent
Public Functions
EngineSimpleTypeInfo(const char * name, EngineExportScope * scope, EngineTypeKind kind, const char * docString, EngineEnumTable * enumTable)
constructInstance(void * ptr)
Reimplemented from: EngineTypeInfo
destructInstance(void * ptr)
Reimplemented from: EngineTypeInfo