12 #include <TMemberInspector.h> 
   28     void Inspect(TClass* cl, 
const char* pname, 
const char* mname, 
const void* add) 
override;
 
Pass to TObject::ShowMembers() to get tabular view of object data.
 
TString getTable() const
Return finished table.
 
void Inspect(TClass *cl, const char *pname, const char *mname, const void *add) override
Implementation mostly copied from TDumpMembers.
 
static TString getMemberData(const TObject *obj)
Return table with member data contents.
 
static TString stripTitle(TString title)
strip comment things
 
static TString getClassInfo(const TClass *obj)
Get class name + description from comment after ClassDef().
 
TString m_info
used to store output.
 
HtmlClassInspector()
Constructor.
 
Abstract base class for different kinds of events.