This is the complete list of members for GxProperty::GxInstanceAccessor, including all inherited members.
copyValue(GxProperty *, GxTypedObject *, GxTypedObject *, u32) | GxProperty::GxAccessor | inlinestatic |
fromString(GxProperty *, GxTypedObject *, GxString &, u32) | GxProperty::GxInstanceAccessor | inlinestatic |
getRtti(const GxTypedObject *pObject) | GxProperty::GxInstanceAccessor | static |
getValue(const GxProperty *pProperty, const GxTypedObject *pObject, void *const pValue, u32 index) | GxProperty::GxInstanceAccessor | static |
GxAccessor(u32 size=0, u32 attribute=0, GxProperty::TYPE type=GxProperty::TYPE::UNKNOWN, PROPERTY_FUNCTION_GET_VALUE pGetValueFunction=getValue, PROPERTY_FUNCTION_SET_VALUE pSetValueFunction=setValue, PROPERTY_FUNCTION_COPY_VALUE pCopyValueFunction=copyValue, PROPERTY_FUNCTION_TO_STRING pToStringFunction=toString, PROPERTY_FUNCTION_FROM_STRING pFromStringFunction=fromString, PROPERTY_FUNCTION_GET_RTTI pGetRTTIFunction=nullptr) | GxProperty::GxAccessor | |
GxInstanceAccessor(u32 size=0, u32 attribute=0, GxProperty::TYPE type=GxProperty::TYPE::UNKNOWN) | GxProperty::GxInstanceAccessor | inline |
setValue(GxProperty *pProperty, GxTypedObject *pOwner, const void *const pValue, u32 index) | GxProperty::GxInstanceAccessor | static |
toString(GxProperty *, GxTypedObject *, GxString &, u32) | GxProperty::GxInstanceAccessor | inlinestatic |