#include "RConfig.h"
#include "RConfigure.h"
#include "RConfigOptions.h"
#include <string>
#include <map>
#include <stdlib.h>
#include "Riostream.h"
#include "Gtypes.h"
#include "TROOT.h"
#include "TClass.h"
#include "TClassEdit.h"
#include "TClassGenerator.h"
#include "TDataType.h"
#include "TDatime.h"
#include "TStyle.h"
#include "TObjectTable.h"
#include "TClassTable.h"
#include "TSystem.h"
#include "THashList.h"
#include "TObjArray.h"
#include "TEnv.h"
#include "TError.h"
#include "TColor.h"
#include "TGlobal.h"
#include "TFunction.h"
#include "TVirtualPad.h"
#include "TBrowser.h"
#include "TSystemDirectory.h"
#include "TApplication.h"
#include "TInterpreter.h"
#include "TGuiFactory.h"
#include "TMessageHandler.h"
#include "TFolder.h"
#include "TQObject.h"
#include "TProcessUUID.h"
#include "TPluginManager.h"
#include "TMap.h"
#include "TObjString.h"
#include "TVirtualMutex.h"
#include "TCint.h"
Go to the source code of this file.
Namespaces | |
namespace | std |
namespace | ROOT |
Functions | |
void | R__SetZipMode (int) |
static Int_t | IVERSQ () |
static Int_t | IDATQQ (const char *date) |
static Int_t | ITIMQQ (const char *time) |
static void | CleanUpROOTAtExit () |
TROOT * | ROOT::GetROOT () |
TString & | ROOT::GetMacroPath () |
ClassImp (TROOT) TROOT | |
static TClass * | R__FindSTLClass (const char *name, Bool_t load, Bool_t silent, const char *outername) |
Variables | |
TVirtualMutex * | gROOTMutex = 0 |
TROOT * | gROOT = ROOT::GetROOT() |
Int_t | gDebug |
static void CleanUpROOTAtExit | ( | ) | [static] |
Definition at line 169 of file TROOT.cxx.
References TCollection::Delete(), TROOT::GetListOfFiles(), TROOT::GetListOfMappedFiles(), TROOT::GetListOfSockets(), gROOT, gROOTMutex, and R__LOCKGUARD.
Referenced by TROOT::TROOT().
static Int_t IDATQQ | ( | const char * | date | ) | [static] |
static Int_t ITIMQQ | ( | const char * | time | ) | [static] |
static Int_t IVERSQ | ( | ) | [static] |
Definition at line 129 of file TROOT.cxx.
References min, and ROOT_RELEASE.
Referenced by TROOT::TROOT().
static TClass* R__FindSTLClass | ( | const char * | name, | |
Bool_t | load, | |||
Bool_t | silent, | |||
const char * | outername | |||
) | [static] |
Definition at line 781 of file TROOT.cxx.
References TCollection::FindObject(), TClass::GetClass(), TClass::GetClassVersion(), TROOT::GetListOfClasses(), TClassEdit::GetLong64_Name(), TROOT::GetType(), TDataType::GetTypeName(), gInterpreter, gROOT, TClassEdit::kDropStlDefault, kFALSE, TClass::kIsEmulation, TROOT::LoadClass(), TClassEdit::ResolveTypedef(), and TClassEdit::ShortType().
Referenced by TROOT::FindSTLClass().
void R__SetZipMode | ( | int | ) |
TVirtualMutex* gROOTMutex = 0 |