TClassTable


class description - source file - inheritance tree

class TClassTable : public TObject

    private:
TClassTable() static ClassRec_t* FindElement(const char* cname, Bool_t insert = kFALSE) static void SortTable() public:
TClassTable(const TClassTable&) virtual ~TClassTable() static void Add(const char* cname, Version_t id, const type_info& info, VoidFuncPtr_t dict, Int_t pragmabits) static TClass* Class() int Classes() static VoidFuncPtr_t GetDict(const type_info& info) static VoidFuncPtr_t GetDict(const char* cname) static Version_t GetID(const char* cname) static Int_t GetPragmaBits(const char* name) static void Init() virtual TClass* IsA() const static char* Next() virtual void Print(Option_t* option) const static void PrintTable() static void Remove(const char* cname) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) static void Terminate()

Data Members

    private:
static ClassRec_t** fgTable static ClassRec_t** fgSortedTable static ROOT::TMapTypeToClassRec* fgIdMap static int fgSize static int fgTally static Bool_t fgSorted static int fgCursor public:
static const enum TClassTable:: kNoStreamer static const enum TClassTable:: kNoInputOperator static const enum TClassTable:: kAutoStreamer

Class Description



Last update: Fri May 14 13:32:36 2004


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.