Jolt Physics
A multi core friendly Game Physics Engine
|
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) const | RTTI | |
CreateObject() const | RTTI | |
DestructObject(void *inObject) const | RTTI | |
GetAttribute(int inIdx) const | RTTI | |
GetAttributeCount() const | RTTI | |
GetBaseClass(int inIdx) const | RTTI | |
GetBaseClassCount() const | RTTI | |
GetHash() const | RTTI | |
GetName() const | RTTI | inline |
GetSize() const | RTTI | inline |
IsAbstract() const | RTTI | inline |
IsKindOf(const RTTI *inRTTI) const | RTTI | |
mAttributes | RTTI | protected |
mBaseClasses | RTTI | protected |
mCreate | RTTI | protected |
mDestruct | RTTI | protected |
mName | RTTI | protected |
mSize | RTTI | protected |
operator!=(const RTTI &inRHS) const | RTTI | inline |
operator==(const RTTI &inRHS) const | RTTI | |
pCreateObjectFunction typedef | RTTI | |
pCreateRTTIFunction typedef | RTTI | |
pDestructObjectFunction typedef | RTTI | |
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) | RTTI | inline |