Logo ROOT   6.12/07
Reference Guide
Macros | Functions
TEmulatedCollectionProxy.cxx File Reference
#include "TEmulatedCollectionProxy.h"
#include "TStreamerElement.h"
#include "TStreamerInfo.h"
#include "TClassEdit.h"
#include "TError.h"
#include "TROOT.h"
#include "Riostream.h"
#include "TVirtualMutex.h"
#include "TInterpreter.h"
Include dependency graph for TEmulatedCollectionProxy.cxx:

Macros

#define DOLOOP(x)   {int idx=0; while(idx<nElements) {StreamHelper* i=(StreamHelper*)(((char*)itm) + fValDiff*idx); { x ;} ++idx;} break;}
 
#define DOLOOP(x)   {int idx=0; while(idx<nElements) {StreamHelper* i=(StreamHelper*)(((char*)itm) + fValDiff*idx); { x ;} ++idx;} break;}
 

Functions

static TStreamerElementR__CreateEmulatedElement (const char *dmName, const char *dmFull, Int_t offset)
 
static TStreamerInfoR__GenerateTClassForPair (const std::string &f, const std::string &s)
 

Macro Definition Documentation

◆ DOLOOP [1/2]

#define DOLOOP (   x)    {int idx=0; while(idx<nElements) {StreamHelper* i=(StreamHelper*)(((char*)itm) + fValDiff*idx); { x ;} ++idx;} break;}

◆ DOLOOP [2/2]

#define DOLOOP (   x)    {int idx=0; while(idx<nElements) {StreamHelper* i=(StreamHelper*)(((char*)itm) + fValDiff*idx); { x ;} ++idx;} break;}

Function Documentation

◆ R__CreateEmulatedElement()

static TStreamerElement * R__CreateEmulatedElement ( const char *  dmName,
const char *  dmFull,
Int_t  offset 
)
static

Definition at line 604 of file TEmulatedCollectionProxy.cxx.

◆ R__GenerateTClassForPair()

static TStreamerInfo * R__GenerateTClassForPair ( const std::string &  f,
const std::string &  s 
)
static

Definition at line 663 of file TEmulatedCollectionProxy.cxx.