Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TClassTable.h File Reference
#include "TObject.h"
#include <string>
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

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

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).
 

Variables

R__EXTERN TClassTablegClassTable
 

Variable Documentation

◆ gClassTable

R__EXTERN TClassTable* gClassTable

Definition at line 95 of file TClassTable.h.