Definition at line 901 of file TClass.cxx.
|
| TAutoInspector (TBrowser *b) |
|
virtual | ~TAutoInspector () |
|
virtual void | Inspect (TClass *cl, const char *parent, const char *name, const void *addr) |
|
virtual void | Inspect (TClass *cl, const char *parent, const char *name, const void *addr, Bool_t isTransient) |
| This method is called from ShowMembers() via AutoBrowse().
|
|
virtual void | Inspect (TClass *cl, const char *parent, const char *name, const void *addr, Bool_t) |
|
virtual Bool_t | IsTreatingNonAccessibleTypes () |
|
| 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) |
|
void | RemoveFromParent (Ssiz_t startingAt) |
|
void | SetObjectValidity (EObjectPointerState val) |
|