Logo ROOT   6.14/05
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 "TSpinLockGuard.h"
Include dependency graph for TDirectory.cxx:

Functions

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

◆ R__CreateBuffer()

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 300 of file TDirectory.cxx.

Variable Documentation

◆ kMaxLen

const Int_t kMaxLen = 2048

Definition at line 33 of file TDirectory.cxx.