ezEngine Release 26.3
Loading...
Searching...
No Matches
ezRttiConverterObject Struct Reference

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 ezRTTIm_pType
 Runtime type information for the object.
 
void * m_pObject
 Pointer to the actual object instance.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: