StructType

class ReflectExport(reflect) StructType : public ObjectType

Reflects a struct as a property-tuple.

See Also

Summary
StructTypeReflects a struct as a property-tuple.
Functions
AddMember
Members
mMembers

Functions

AddMember

void AddMember(Property *)

Members

mMembers

std::vector<Property *> mMembers
class ReflectExport(reflect) StructType : public ObjectType
Reflects a struct as a property-tuple.
void AddMember(Property *)
std::vector<Property *> mMembers
class ReflectExport(reflect) ObjectType : public Type
class ReflectExport(reflect) Type : public Dynamic
Declares reflection for a static type.
Close