Definition at line 554 of file TClass.cxx.
Public Member Functions | |
TDumpMembers (bool noAddr) | |
virtual void | Inspect (TClass *cl, const char *parent, const char *name, const void *addr) |
void | Inspect (TClass *cl, const char *parent, const char *name, const void *addr, Bool_t isTransient) |
Print value of member mname. | |
virtual void | Inspect (TClass *cl, const char *parent, const char *name, const void *addr, Bool_t) |
![]() | |
TMemberInspector () | |
virtual | ~TMemberInspector () |
void | AddToParent (const char *name) |
void | GenericShowMembers (const char *topClassName, const void *obj, Bool_t transientMember) |
EObjectPointerState | GetObjectValidity () const |
const char * | GetParent () const |
Ssiz_t | GetParentLen () const |
void | InspectMember (const char *topclassname, const void *pobj, const char *name, Bool_t transient) |
template<class T > | |
void | InspectMember (const T &obj, const char *name, Bool_t isTransient) |
void | InspectMember (const TObject &obj, const char *name, Bool_t isTransient) |
void | InspectMember (TClass *cl, const void *pobj, const char *name, Bool_t isTransient) |
virtual Bool_t | IsTreatingNonAccessibleTypes () |
void | RemoveFromParent (Ssiz_t startingAt) |
void | SetObjectValidity (EObjectPointerState val) |
Private Attributes | |
bool | fNoAddr |
Additional Inherited Members | |
![]() | |
enum | EObjectPointerState { kUnset , kNoObjectGiven , kValidObjectGiven } |
|
inline |
Definition at line 557 of file TClass.cxx.
|
virtual |
Reimplemented from TMemberInspector.
Definition at line 52 of file TMemberInspector.cxx.
|
virtual |
Print value of member mname.
This method is called by the ShowMembers() method for each data member when object.Dump() is invoked.
Reimplemented from TMemberInspector.
Definition at line 574 of file TClass.cxx.
|
inlinevirtual |
Reimplemented from TMemberInspector.
Definition at line 53 of file TMemberInspector.h.
|
private |
Definition at line 555 of file TClass.cxx.