2#include <Cyrus/Shared.h>
3#include <Cyrus/Classes/CSRPropertyEntry.h>
4#include <Cyrus/Classes/PropertyClass.h>
9 return reinterpret_cast<List<SharedPointer<CSRPropertyEntry>
> *>(
reinterpret_cast<uintptr_t
>(
this) + 0x48);
13 *
reinterpret_cast<List<SharedPointer<CSRPropertyEntry>
> **>(
reinterpret_cast<uintptr_t
>(
this) + 0x48) = val;
Definition ClientCSRRegistryList.h:6
List< SharedPointer< CSRPropertyEntry > > * getPropertyList()
Constructs and caches the PropertyList for the derived class, adding all reflected members and member...
Definition ClientCSRRegistryList.h:8
void setPropertyList(List< SharedPointer< CSRPropertyEntry > > *val)
Definition ClientCSRRegistryList.h:12
Base class for all property classes, providing reflection and serialization functionality.
Definition PropertyClass.h:86