![]() |
XII Release 0.1.0
|
Defines functions to allow the full feature set of xiiVariant to be used. More...
#include <VariantTypeRegistry.h>
Public Member Functions | |
virtual const xiiRTTI * | GetType () const =0 |
virtual xiiUInt32 | Hash (const void *pObject) const =0 |
virtual bool | Equal (const void *pObjectA, const void *pObjectB) const =0 |
virtual void | Serialize (xiiStreamWriter &ref_writer, const void *pObject) const =0 |
virtual void | Deserialize (xiiStreamReader &ref_reader, void *pObject) const =0 |
XII_DECLARE_ENUMERABLE_CLASS (xiiVariantTypeInfo) | |
Additional Inherited Members | |
![]() | |
static const xiiRTTI * | GetStaticRTTI () |
![]() | |
xiiEnumerable * | m_pNextInstance |
Defines functions to allow the full feature set of xiiVariant to be used.