ROOT 6.10/09 Reference Guide |
#include <stdlib.h>
#include <errno.h>
#include <algorithm>
#include <sys/stat.h>
#include "Riostream.h"
#include "TSystem.h"
#include "TApplication.h"
#include "TException.h"
#include "TROOT.h"
#include "TClass.h"
#include "TClassTable.h"
#include "TEnv.h"
#include "TBrowser.h"
#include "TString.h"
#include "TOrdCollection.h"
#include "TObject.h"
#include "TInterpreter.h"
#include "TRegexp.h"
#include "TTimer.h"
#include "TObjString.h"
#include "TError.h"
#include "TPluginManager.h"
#include "TUrl.h"
#include "TVirtualMutex.h"
#include "TVersionCheck.h"
#include "compiledata.h"
#include "RConfigure.h"
Functions | |
void | AssignAndDelete (TString &target, char *tobedeleted) |
static void | R__AddPath (TString &target, const TString &path) |
static bool | R__MatchFilename (const char *left, const char *right) |
Figure out if left and right points to the same object in the file system. More... | |
static void | R__WriteDependencyFile (const TString &build_loc, const TString &depfilename, const TString &filename, const TString &library, const TString &libname, const TString &extension, const char *version_var_prefix, const TString &includes, const TString &defines, const TString &incPath) |
Variables | |
static Int_t * | gLibraryVersion = 0 |
static Int_t | gLibraryVersionIdx = 0 |
static Int_t | gLibraryVersionMax = 256 |
const char * | gProgName |
const char * | gProgPath |
const char * | gRootDir |
TSystem * | gSystem = 0 |
TVirtualMutex * | gSystemMutex = 0 |
TFileHandler * | gXDisplay = 0 |
Definition at line 2473 of file TSystem.cxx.
Definition at line 2532 of file TSystem.cxx.
|
static |
Figure out if left and right points to the same object in the file system.
Definition at line 1785 of file TSystem.cxx.
|
static |
Definition at line 2546 of file TSystem.cxx.
|
static |
Definition at line 63 of file TSystem.cxx.
|
static |
Definition at line 64 of file TSystem.cxx.
|
static |
Definition at line 65 of file TSystem.cxx.
const char* gProgName |
Definition at line 57 of file TSystem.cxx.
const char* gProgPath |
Definition at line 58 of file TSystem.cxx.
const char* gRootDir |
Definition at line 56 of file TSystem.cxx.
TSystem* gSystem = 0 |
Definition at line 60 of file TSystem.cxx.
TVirtualMutex* gSystemMutex = 0 |
Definition at line 102 of file TSystem.cxx.
TFileHandler* gXDisplay = 0 |
Definition at line 61 of file TSystem.cxx.