#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 "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"Namespaces | |
| namespace | ROOT | 
| VSD Structures.  | |
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::ENewType & | TClass__GetCallingNew () | 
| static void | UnregisterAddressInRepository (const char *, void *location, const TClass *what) | 
Variables | |
| TVirtualMutex * | gInterpreterMutex = 0 | 
| static RepoCont_t | gObjectVersionRepository | 
| static TVirtualMutex * | gOVRMutex = 0 | 
| #define R__USE_STD_MAP | 
Definition at line 320 of file TClass.cxx.
| typedef std::multimap<void*, ObjRepoValue> RepoCont_t | 
Definition at line 243 of file TClass.cxx.
      
  | 
  static | 
Definition at line 293 of file TClass.cxx.
      
  | 
  static | 
Definition at line 246 of file TClass.cxx.
| TClass::ENewType & TClass__GetCallingNew | ( | ) | 
Definition at line 231 of file TClass.cxx.
      
  | 
  static | 
Definition at line 274 of file TClass.cxx.
| TVirtualMutex* gInterpreterMutex = 0 | 
Definition at line 126 of file TClass.cxx.
      
  | 
  static | 
Definition at line 244 of file TClass.cxx.
      
  | 
  static | 
Definition at line 242 of file TClass.cxx.