ROOT  6.06/09
Reference Guide
Functions | Variables
TDirectory.cxx File Reference
#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"
+ Include dependency graph for TDirectory.cxx:

Go to the source code of this file.

Functions

 ClassImp (TDirectory) TDirectory
 Directory default constructor. More...
 
static TBufferR__CreateBuffer ()
 Fast execution of 'new TBufferFile(TBuffer::kWrite,10000), without having a compile time circular dependency ... More...
 

Variables

const Int_t kMaxLen = 2048
 

Function Documentation

ClassImp ( TDirectory  )

Directory default constructor.

Definition at line 37 of file TDirectory.cxx.

static TBuffer* R__CreateBuffer ( )
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().

Variable Documentation

const Int_t kMaxLen = 2048