Logo ROOT   6.14/05
Reference Guide
Namespaces | Macros | Typedefs | Functions | Variables
TClass.cxx File Reference
#include "TClass.h"
#include "Riostream.h"
#include "TBaseClass.h"
#include "TBrowser.h"
#include "TBuffer.h"
#include "TClassGenerator.h"
#include "TClassEdit.h"
#include "TClassMenuItem.h"
#include "TClassRef.h"
#include "TClassTable.h"
#include "TDataMember.h"
#include "TDataType.h"
#include "TEnum.h"
#include "TError.h"
#include "TExMap.h"
#include "TFunctionTemplate.h"
#include "THashList.h"
#include "TInterpreter.h"
#include "TMemberInspector.h"
#include "TMethod.h"
#include "TMethodArg.h"
#include "TMethodCall.h"
#include "TObjArray.h"
#include "TProtoClass.h"
#include "TROOT.h"
#include "TRealData.h"
#include "TCheckHashRecursiveRemoveConsistency.h"
#include "TStreamer.h"
#include "TStreamerElement.h"
#include "TVirtualStreamerInfo.h"
#include "TVirtualCollectionProxy.h"
#include "TVirtualIsAProxy.h"
#include "TVirtualRefProxy.h"
#include "TVirtualMutex.h"
#include "TVirtualPad.h"
#include "THashTable.h"
#include "TSchemaRuleSet.h"
#include "TGenericClassInfo.h"
#include "TIsAProxy.h"
#include "TSchemaRule.h"
#include "TSystem.h"
#include "TThreadSlots.h"
#include <cstdio>
#include <cctype>
#include <set>
#include <sstream>
#include <string>
#include <map>
#include <typeinfo>
#include <cmath>
#include <assert.h>
#include <vector>
#include <memory>
#include "TSpinLockGuard.h"
#include <dlfcn.h>
#include "TListOfDataMembers.h"
#include "TListOfFunctions.h"
#include "TListOfFunctionTemplates.h"
#include "TListOfEnums.h"
#include "TListOfEnumsWithLock.h"
#include "TViewPubDataMembers.h"
#include "TViewPubFunctions.h"
#include "TArray.h"
#include "TClonesArray.h"
#include "TRef.h"
#include "TRefArray.h"
Include dependency graph for TClass.cxx:

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 

Macros

#define R__USE_STD_MAP
 

Typedefs

typedef std::multimap< void *, ObjRepoValue > RepoCont_t
 

Functions

static void MoveAddressInRepository (const char *, void *oldadd, void *newadd, const TClass *what)
 
static void RegisterAddressInRepository (const char *, void *location, const TClass *what)
 
TClass::ENewTypeTClass__GetCallingNew ()
 
static void UnregisterAddressInRepository (const char *, void *location, const TClass *what)
 

Variables

TVirtualMutexgInterpreterMutex = 0
 
static RepoCont_t gObjectVersionRepository
 
static TVirtualMutexgOVRMutex = 0
 

Macro Definition Documentation

◆ R__USE_STD_MAP

#define R__USE_STD_MAP

Definition at line 314 of file TClass.cxx.

Typedef Documentation

◆ RepoCont_t

typedef std::multimap<void*, ObjRepoValue> RepoCont_t

Definition at line 237 of file TClass.cxx.

Function Documentation

◆ MoveAddressInRepository()

static void MoveAddressInRepository ( const char *  ,
void oldadd,
void newadd,
const TClass what 
)
static

Definition at line 287 of file TClass.cxx.

◆ RegisterAddressInRepository()

static void RegisterAddressInRepository ( const char *  ,
void location,
const TClass what 
)
static

Definition at line 240 of file TClass.cxx.

◆ TClass__GetCallingNew()

TClass::ENewType& TClass__GetCallingNew ( )

Definition at line 225 of file TClass.cxx.

◆ UnregisterAddressInRepository()

static void UnregisterAddressInRepository ( const char *  ,
void location,
const TClass what 
)
static

Definition at line 268 of file TClass.cxx.

Variable Documentation

◆ gInterpreterMutex

TVirtualMutex* gInterpreterMutex = 0

Definition at line 123 of file TClass.cxx.

◆ gObjectVersionRepository

RepoCont_t gObjectVersionRepository
static

Definition at line 238 of file TClass.cxx.

◆ gOVRMutex

TVirtualMutex* gOVRMutex = 0
static

Definition at line 236 of file TClass.cxx.