Member Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
B
mBaseJumper, BaseClassProperty
C
mConstAccess, AccessorAccessProperty
D
mDeserializer
mDynamicPointerType, Class
F
 Functions, ObjectType::DescriptionHelper
mFunctions, ObjectType
G
mGetter
M
mMember
mMembers, StructType
mMutableAccess, AccessorAccessProperty
O
mOk, Reflector
P
 Properties, PersistentClass::DescriptionHelper
S
mSerializationClass, Class
mSerializer
mSetter
mSize, DirectArrayProperty
V
 Values, EnumType::DescriptionHelper
BaseObjectType *(*mBaseJumper)(void *)
const Type &(ObjectType::*mConstAccess)() const
Deserializer *mDeserializer
The deserializer this Reflector is managing, or NULL if it is Serializing.
void (ObjectType::*mDeserializer)(Reflector &)
mutable DynamicPointerType mDynamicPointerType
The Type object representing pointers to this type.
FunctionCollector Functions
Used to help register functions in a reflection definition.
FunctionMap *mFunctions
The map of functions registered on this type.
const MemberType &(ObjectType::*mGetter)() const
void (ObjectType::*mGetter)(MemberType &) const
MemberType (ObjectType::*mGetter)() const
MemberType (ObjectType::*mMember)[]
MemberType ObjectType::*mMember
MemberType ObjectType::*mMember
MemberType ObjectType::*mMember
std::vector<Property *> mMembers
Type &(ObjectType::*mMutableAccess)()
A bool indicating success, if this becomes false then there was a problem with serialization/deserialization.
PropertyCollector Properties
Used to help register properties in a reflection definition.
const Class *mSerializationClass
The Class that pointers use when serializing.
Serializer *mSerializer
The serializer this Reflector is managing, or NULL if it is Deserializing.
void (ObjectType::*mSerializer)(Reflector &) const
void (ObjectType::*mSetter)(const MemberType &)
void (ObjectType::*mSetter)(const MemberType &)
void (ObjectType::*mSetter)(MemberType)
unsigned mSize
ValueHelper Values
This member of EnumType::DescriptionHelper is used to help register enums in a reflection definition.
Close