Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TClassTable.h File Reference
#include "TObject.h"
#include <string>
#include <atomic>
#include <vector>

Classes

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

Namespaces

namespace  ROOT

Functions

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

Variables

externTClassTable * gClassTable

Variable Documentation

◆ gClassTable

externTClassTable* gClassTable

Definition at line 106 of file TClassTable.h.