#include <TClassTable.h>
Inheritance diagram for TClassTable:


Public Types | |
| enum | { kNoStreamer = 0x01, kNoInputOperator = 0x02, kAutoStreamer = 0x04 } |
Public Methods | |
| ~TClassTable () | |
| int | Classes () |
| void | Print (Option_t *option="") const |
Static Public Methods | |
| void | Add (const char *cname, Version_t id, const type_info &info, VoidFuncPtr_t dict, Int_t pragmabits) |
| Version_t | GetID (const char *cname) |
| Int_t | GetPragmaBits (const char *name) |
| VoidFuncPtr_t | GetDict (const char *cname) |
| VoidFuncPtr_t | GetDict (const type_info &info) |
| void | Init () |
| char * | Next () |
| void | PrintTable () |
| void | Remove (const char *cname) |
| void | Terminate () |
Friends | |
| void | ROOT::ResetClassVersion (TClass *, const char *, Short_t) |
|
|
Definition at line 67 of file TClassTable.h. |
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from TObject. |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
1.2.16