| ~Member() | |
| ROOT::Reflex::Scope | DeclaringScope() const | 
| ROOT::Reflex::Type | DeclaringType() const | 
| ROOT::Reflex::StdString_Iterator | FunctionParameterDefault_Begin() const | 
| ROOT::Reflex::StdString_Iterator | FunctionParameterDefault_End() const | 
| ROOT::Reflex::Reverse_StdString_Iterator | FunctionParameterDefault_RBegin() const | 
| ROOT::Reflex::Reverse_StdString_Iterator | FunctionParameterDefault_REnd() const | 
| string | FunctionParameterDefaultAt(size_t nth) const | 
| ROOT::Reflex::StdString_Iterator | FunctionParameterName_Begin() const | 
| ROOT::Reflex::StdString_Iterator | FunctionParameterName_End() const | 
| ROOT::Reflex::Reverse_StdString_Iterator | FunctionParameterName_RBegin() const | 
| ROOT::Reflex::Reverse_StdString_Iterator | FunctionParameterName_REnd() const | 
| string | FunctionParameterNameAt(size_t nth) const | 
| size_t | FunctionParameterSize(bool required = false) const | 
| void | GenerateDict(ROOT::Reflex::DictionaryGenerator& generator) const | 
| ROOT::Reflex::Object | Get() const | 
| ROOT::Reflex::Object | Get(const ROOT::Reflex::Object& obj) const | 
| void* | Id() const | 
| ROOT::Reflex::Object | Invoke(const vector<void*>& paramList = std::vector<void*>()) const | 
| ROOT::Reflex::Object | Invoke(const ROOT::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 | IsRegister() const | 
| bool | IsStatic() const | 
| bool | IsTemplateInstance() const | 
| bool | IsTransient() const | 
| bool | IsVirtual() const | 
| bool | IsVolatile() const | 
| ROOT::Reflex::Member | Member(const ROOT::Reflex::MemberBase* memberBase = 0) | 
| ROOT::Reflex::Member | Member(const ROOT::Reflex::Member& rh) | 
| ROOT::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 ROOT::Reflex::Member& rh) const | 
| bool | operator<(const ROOT::Reflex::Member& rh) const | 
| ROOT::Reflex::Member& | operator=(const ROOT::Reflex::Member& rh) | 
| bool | operator==(const ROOT::Reflex::Member& rh) const | 
| ROOT::Reflex::PropertyList | Properties() const | 
| void | Set(const ROOT::Reflex::Object& instance, const void* value) const | 
| void | SetScope(const ROOT::Reflex::Scope& sc) const | 
| void* | Stubcontext() const | 
| ROOT::Reflex::StubFunction | Stubfunction() const | 
| ROOT::Reflex::Type_Iterator | TemplateArgument_Begin() const | 
| ROOT::Reflex::Type_Iterator | TemplateArgument_End() const | 
| ROOT::Reflex::Reverse_Type_Iterator | TemplateArgument_RBegin() const | 
| ROOT::Reflex::Reverse_Type_Iterator | TemplateArgument_REnd() const | 
| ROOT::Reflex::Type | TemplateArgumentAt(size_t nth) const | 
| size_t | TemplateArgumentSize() const | 
| ROOT::Reflex::MemberTemplate | TemplateFamily() const | 
| ROOT::Reflex::Type | TypeOf() const | 
| void | Delete() | 

Get the value of a non static data member.
Invoke a non static data member.
Set a non static data member.
Generate Dictionary information about itself.