12#ifndef ROOT_TMemberInspector 
   13#define ROOT_TMemberInspector 
   67      obj.IsA()->CallShowMembers(&obj, *
this, 
isTransient);
 
 
 
bool Bool_t
Boolean (0=false, 1=true) (bool)
 
int Ssiz_t
String size (currently int)
 
#define ClassDef(name, id)
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t UChar_t len
 
TClass instances represent classes, structs and namespaces in the ROOT type system.
 
Abstract base class for accessing the data-members of a class.
 
void DecrementNestedTransient()
 
const char * GetParent() const
 
void GenericShowMembers(const char *topClassName, const void *obj, Bool_t transientMember)
 
TMemberInspector(const TMemberInspector &)=delete
 
void IncrementNestedTransient()
 
void RemoveFromParent(Ssiz_t startingAt)
 
virtual void Inspect(TClass *cl, const char *parent, const char *name, const void *addr, Bool_t)
 
virtual void Inspect(TClass *cl, const char *parent, const char *name, const void *addr)
 
virtual ~TMemberInspector()
 
TMemberInspector & operator=(const TMemberInspector &)=delete
 
EObjectPointerState GetObjectValidity() const
 
void AddToParent(const char *name)
 
Ssiz_t GetParentLen() const
 
virtual Bool_t IsTreatingNonAccessibleTypes()
 
EObjectPointerState fObjectPointerState
 
void SetObjectValidity(EObjectPointerState val)
 
void InspectMember(const T &obj, const char *name, Bool_t isTransient)
 
Mother of all ROOT objects.