Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TEmulatedCollectionProxy.cxx File Reference
#include "TEmulatedCollectionProxy.h"
#include "TStreamerElement.h"
#include "TStreamerInfo.h"
#include "TClassEdit.h"
#include "TError.h"
#include "TEnum.h"
#include "TROOT.h"
#include <iostream>
#include "TVirtualMutex.h"
#include "TInterpreter.h"

Macros

#define DOLOOP(x)
#define DOLOOP(x)

Macro Definition Documentation

◆ DOLOOP [1/2]

#define DOLOOP ( x)
Value:
{int idx=0; while(idx<nElements) {StreamHelper* i=(StreamHelper*)(((char*)itm) + fValDiff*idx); { x ;} ++idx;} break;}
Double_t x[n]
Definition legend1.C:17

◆ DOLOOP [2/2]

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