ROOT 6.08/07 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"
Functions | |
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 |
|
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 238 of file TDirectory.cxx.
const Int_t kMaxLen = 2048 |
Definition at line 31 of file TDirectory.cxx.