![]() |
ezEngine Release 26.3
|
Simple wrapper that pairs a runtime type with an object instance pointer. More...
#include <RttiConverter.h>
Public Member Functions | |
| ezRttiConverterObject (const ezRTTI *pType, void *pObject) | |
| EZ_DECLARE_POD_TYPE () | |
Public Attributes | |
| const ezRTTI * | m_pType |
| Runtime type information for the object. | |
| void * | m_pObject |
| Pointer to the actual object instance. | |
Simple wrapper that pairs a runtime type with an object instance pointer.
This structure is used throughout the RTTI converter system to maintain type safety when working with void pointers. It ensures that object pointers are always associated with their correct runtime type information.