![]() |
ROOT
6.06/08
Reference Guide
|
#include "RConfig.h"#include <stdlib.h>#include <string>#include <map>#include <typeinfo>#include "Riostream.h"#include <memory>#include "TClassTable.h"#include "TClass.h"#include "TClassEdit.h"#include "TProtoClass.h"#include "TROOT.h"#include "TString.h"#include "TError.h"#include "TRegexp.h"#include "TObjString.h"#include "TMap.h"#include "TInterpreter.h"
Include dependency graph for TClassTable.cxx:Go to the source code of this file.
Namespaces | |
| ROOT | |
| Namespace for new ROOT classes and functions. | |
Macros | |
| #define | R__USE_STD_MAP |
Functions | |
| static UInt_t | ROOT::ClassTableHash (const char *name, UInt_t size) |
| static int | ClassComp (const void *a, const void *b) |
Variables | |
| TClassTable * | gClassTable |
| #define R__USE_STD_MAP |
Definition at line 95 of file TClassTable.cxx.
Definition at line 611 of file TClassTable.cxx.
Referenced by TClassTable::SortTable().
| TClassTable* gClassTable |
Definition at line 42 of file TClassTable.cxx.