![]() |
ROOT
6.06/09
Reference Guide
|
#include <stdlib.h>
#include "Riostream.h"
#include "Strlen.h"
#include "TDirectory.h"
#include "TClassTable.h"
#include "TInterpreter.h"
#include "THashList.h"
#include "TBrowser.h"
#include "TROOT.h"
#include "TError.h"
#include "TClass.h"
#include "TRegexp.h"
#include "TSystem.h"
#include "TVirtualMutex.h"
#include "TThreadSlots.h"
#include "TMethod.h"
Go to the source code of this file.
Functions | |
ClassImp (TDirectory) TDirectory | |
Directory default constructor. More... | |
static TBuffer * | R__CreateBuffer () |
Fast execution of 'new TBufferFile(TBuffer::kWrite,10000), without having a compile time circular dependency ... More... | |
Variables | |
const Int_t | kMaxLen = 2048 |
ClassImp | ( | TDirectory | ) |
Directory default constructor.
Definition at line 37 of file TDirectory.cxx.
|
static |
Fast execution of 'new TBufferFile(TBuffer::kWrite,10000), without having a compile time circular dependency ...
alternatively we could (should?) introduce yet another abstract interface.
Definition at line 236 of file TDirectory.cxx.
Referenced by TDirectory::CloneObject().
const Int_t kMaxLen = 2048 |
Definition at line 31 of file TDirectory.cxx.
Referenced by TDirectory::Delete(), TDirectory::Get(), and TDirectory::GetObjectChecked().