Belle II Software  release-08-01-10
HtmlClassInspector Class Reference

Pass to TObject::ShowMembers() to get tabular view of object data. More...

#include <HtmlClassInspector.h>

Inheritance diagram for HtmlClassInspector:
Collaboration diagram for HtmlClassInspector:

Public Member Functions

void Inspect (TClass *cl, const char *pname, const char *mname, const void *add) override
 Implementation mostly copied from TDumpMembers.
 

Static Public Member Functions

static TString getClassInfo (const TClass *obj)
 Get class name + description from comment after ClassDef().
 
static TString getMemberData (const TObject *obj)
 Return table with member data contents.
 

Private Member Functions

 HtmlClassInspector ()
 Constructor.
 
TString getTable () const
 Return finished table.
 

Static Private Member Functions

static TString stripTitle (TString title)
 strip comment things
 

Private Attributes

TString m_info
 used to store output.
 

Detailed Description

Pass to TObject::ShowMembers() to get tabular view of object data.

Definition at line 20 of file HtmlClassInspector.h.


The documentation for this class was generated from the following files: