Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
RTTI Member List

This is the complete list of members for RTTI, including all inherited members.

AddAttribute(const SerializableAttribute &inAttribute)RTTI
AddBaseClass(const RTTI *inRTTI, int inOffset)RTTI
CastTo(const void *inObject, const RTTI *inRTTI) constRTTI
CreateObject() constRTTI
DestructObject(void *inObject) constRTTI
GetAttribute(int inIdx) constRTTI
GetAttributeCount() constRTTI
GetBaseClass(int inIdx) constRTTI
GetBaseClassCount() constRTTI
GetHash() constRTTI
GetName() constRTTIinline
GetSize() constRTTIinline
IsAbstract() constRTTIinline
IsKindOf(const RTTI *inRTTI) constRTTI
mAttributesRTTIprotected
mBaseClassesRTTIprotected
mCreateRTTIprotected
mDestructRTTIprotected
mNameRTTIprotected
mSizeRTTIprotected
operator!=(const RTTI &inRHS) constRTTIinline
operator==(const RTTI &inRHS) constRTTI
pCreateObjectFunction typedefRTTI
pCreateRTTIFunction typedefRTTI
pDestructObjectFunction typedefRTTI
RTTI(const char *inName, int inSize, pCreateObjectFunction inCreateObject, pDestructObjectFunction inDestructObject)RTTI
RTTI(const char *inName, int inSize, pCreateObjectFunction inCreateObject, pDestructObjectFunction inDestructObject, pCreateRTTIFunction inCreateRTTI)RTTI
SetName(const char *inName)RTTIinline