Logo ROOT   6.08/07
Reference Guide
Classes | Namespaces | Functions | Variables
TClassTable.h File Reference
#include "TObject.h"
#include "TString.h"
Include dependency graph for TClassTable.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TClassTable
 This class registers for all classes their name, id and dictionary function in a hash table. More...
 

Namespaces

 ROOT
 This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.
 

Functions

void ROOT::AddClass (const char *cname, Version_t id, DictFuncPtr_t dict, Int_t pragmabits)
 
void ROOT::RemoveClass (const char *cname)
 Global function called by the dtor of a class's init class (see the ClassImp macro). More...
 

Variables

R__EXTERN TClassTablegClassTable
 

Variable Documentation

◆ gClassTable

R__EXTERN TClassTable* gClassTable

Definition at line 97 of file TClassTable.h.