| ~Object() | |
| void* | Address() const | 
| ROOT::Reflex::Object | CastObject(const ROOT::Reflex::Type& to) const | 
| void | Destruct() const | 
| ROOT::Reflex::Type | DynamicType() const | 
| ROOT::Reflex::Object | Get(const string& dm) const | 
| ROOT::Reflex::Object | Invoke(const string& fm, vector<void*> args = std::vector<void*>()) const | 
| ROOT::Reflex::Object | Invoke(const string& fm, const ROOT::Reflex::Type& sign, vector<void*> args = std::vector<void*>()) const | 
| ROOT::Reflex::Object | Object(const ROOT::Reflex::Object& obj) | 
| ROOT::Reflex::Object | Object(const ROOT::Reflex::Type& type = Type(), void* mem = 0) | 
| bool | operator bool() const | 
| bool | operator!=(const ROOT::Reflex::Object& obj) | 
| ROOT::Reflex::Object | operator=(const ROOT::Reflex::Object& obj) | 
| bool | operator==(const ROOT::Reflex::Object& obj) | 
| void | Set(const string& dm, const void* value) const | 
| ROOT::Reflex::Type | TypeOf() const | 
| void | Set2(const string& dm, const void* value) const | 

Invoke a data member of this object. Sign can be used for finding overloaded funs.