| ~Member() | |
| Reflex::Scope | DeclaringScope() const |
| Reflex::Type | DeclaringType() const |
| Reflex::StdString_Iterator | FunctionParameterDefault_Begin() const |
| Reflex::StdString_Iterator | FunctionParameterDefault_End() const |
| Reflex::Reverse_StdString_Iterator | FunctionParameterDefault_RBegin() const |
| Reflex::Reverse_StdString_Iterator | FunctionParameterDefault_REnd() const |
| string | FunctionParameterDefaultAt(size_t nth) const |
| Reflex::StdString_Iterator | FunctionParameterName_Begin() const |
| Reflex::StdString_Iterator | FunctionParameterName_End() const |
| Reflex::Reverse_StdString_Iterator | FunctionParameterName_RBegin() const |
| Reflex::Reverse_StdString_Iterator | FunctionParameterName_REnd() const |
| string | FunctionParameterNameAt(size_t nth) const |
| size_t | FunctionParameterSize(bool required = false) const |
| void | GenerateDict(Reflex::DictionaryGenerator& generator) const |
| Reflex::Object | Get() const |
| Reflex::Object | Get(const Reflex::Object& obj) const |
| void* | Id() const |
| Reflex::Object | Invoke(const vector<void*>& paramList = std::vector<void*>()) const |
| Reflex::Object | Invoke(const Reflex::Object& obj, const vector<void*>& paramList = std::vector<void*>()) const |
| bool | IsAbstract() const |
| bool | IsArtificial() const |
| bool | IsAuto() const |
| bool | IsConst() const |
| bool | IsConstructor() const |
| bool | IsConverter() const |
| bool | IsCopyConstructor() const |
| bool | IsDataMember() const |
| bool | IsDestructor() const |
| bool | IsExplicit() const |
| bool | IsExtern() const |
| bool | IsFunctionMember() const |
| bool | IsInline() const |
| bool | IsMutable() const |
| bool | IsOperator() const |
| bool | IsPrivate() const |
| bool | IsProtected() const |
| bool | IsPublic() const |
| bool | IsPureVirtual() const |
| bool | IsRegister() const |
| bool | IsStatic() const |
| bool | IsTemplateInstance() const |
| bool | IsTransient() const |
| bool | IsVirtual() const |
| bool | IsVolatile() const |
| Reflex::Member | Member(const Reflex::MemberBase* memberBase = 0) |
| Reflex::Member | Member(const Reflex::Member& rh) |
| Reflex::TYPE | MemberType() const |
| string | MemberTypeAsString() const |
| string | Name(unsigned int mod = 0) const |
| size_t | Offset() const |
| bool | operator bool() const |
| bool | operator!=(const Reflex::Member& rh) const |
| bool | operator<(const Reflex::Member& rh) const |
| Reflex::Member& | operator=(const Reflex::Member& rh) |
| bool | operator==(const Reflex::Member& rh) const |
| Reflex::PropertyList | Properties() const |
| void | Set(const Reflex::Object& instance, const void* value) const |
| void | SetScope(const Reflex::Scope& sc) const |
| void* | Stubcontext() const |
| Reflex::StubFunction | Stubfunction() const |
| Reflex::Type_Iterator | TemplateArgument_Begin() const |
| Reflex::Type_Iterator | TemplateArgument_End() const |
| Reflex::Reverse_Type_Iterator | TemplateArgument_RBegin() const |
| Reflex::Reverse_Type_Iterator | TemplateArgument_REnd() const |
| Reflex::Type | TemplateArgumentAt(size_t nth) const |
| size_t | TemplateArgumentSize() const |
| Reflex::MemberTemplate | TemplateFamily() const |
| Reflex::Type | TypeOf() const |
| void | UpdateFunctionParameterNames(const char* parameters) |
| void | Delete() |
| Reflex::MemberBase* | fMemberBase |

Invoke a non static data member.
Generate Dictionary information about itself.