Definition at line 901 of file TClass.cxx.
Public Member Functions | |
TAutoInspector (TBrowser *b) | |
virtual | ~TAutoInspector () |
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) override |
This method is called from ShowMembers() via AutoBrowse(). | |
virtual void | Inspect (TClass *cl, const char *parent, const char *name, const void *addr, Bool_t) |
Bool_t | IsTreatingNonAccessibleTypes () override |
![]() | |
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 TClass * | IsA () const |
void | RemoveFromParent (Ssiz_t startingAt) |
void | SetObjectValidity (EObjectPointerState val) |
virtual void | Streamer (TBuffer &) |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Public Attributes | |
TBrowser * | fBrowser |
Int_t | fCount |
Additional Inherited Members | |
![]() | |
enum | EObjectPointerState { kUnset , kNoObjectGiven , kValidObjectGiven } |
![]() | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
|
inline |
Definition at line 906 of file TClass.cxx.
|
inlinevirtual |
Definition at line 911 of file TClass.cxx.
|
virtual |
Reimplemented from TMemberInspector.
Definition at line 52 of file TMemberInspector.cxx.
|
overridevirtual |
This method is called from ShowMembers() via AutoBrowse().
Reimplemented from TMemberInspector.
Definition at line 920 of file TClass.cxx.
|
inlinevirtual |
Reimplemented from TMemberInspector.
Definition at line 53 of file TMemberInspector.h.
|
inlineoverridevirtual |
Reimplemented from TMemberInspector.
Definition at line 914 of file TClass.cxx.
TBrowser* TAutoInspector::fBrowser |
Definition at line 904 of file TClass.cxx.
Int_t TAutoInspector::fCount |
Definition at line 903 of file TClass.cxx.