#include "TGenCollectionStreamer.h"
#include "TClassEdit.h"
#include "TError.h"
#include "TROOT.h"
#include "TStreamerInfo.h"
#include "TStreamerElement.h"
#include "Riostream.h"
#include "TVirtualCollectionIterators.h"
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*)TGenCollectionProxy::At(idx); { x ;} ++idx;} break;} |
#define | DOLOOP(x) {int idx=0; while(idx<nElements) {StreamHelper* i=(StreamHelper*)(((char*)itm) + fValDiff*idx); { x ;} ++idx;}} |
#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*)TGenCollectionProxy::At(idx); { x ;} ++idx;} break;} |
#define | DOLOOP(x) {int idx=0; while(idx<nElements) {StreamHelper* i=(StreamHelper*)(((char*)itm) + fValDiff*idx); { x ;} ++idx;}} |
#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*)TGenCollectionProxy::At(idx); { x ;} ++idx;} break;} |
#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*)TGenCollectionProxy::At(idx); { x ;} ++idx;} break;} |
#define DOLOOP | ( | x | ) | {int idx=0; while(idx<nElements) {StreamHelper* i=(StreamHelper*)(((char*)itm) + fValDiff*idx); { x ;} ++idx;}} |
#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*)TGenCollectionProxy::At(idx); { x ;} ++idx;} break;} |
#define DOLOOP | ( | x | ) | {int idx=0; while(idx<nElements) {StreamHelper* i=(StreamHelper*)(((char*)itm) + fValDiff*idx); { x ;} ++idx;}} |
#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*)TGenCollectionProxy::At(idx); { x ;} ++idx;} break;} |
void ConvertArray | ( | TGenCollectionProxy::StreamHelper * | read, |
TGenCollectionProxy::StreamHelper * | write, | ||
int | nElements | ||
) |
Definition at line 146 of file TGenCollectionStreamer.cxx.
void DispatchConvertArray | ( | int | writeType, |
TGenCollectionProxy::StreamHelper * | read, | ||
TGenCollectionProxy::StreamHelper * | write, | ||
int | nElements | ||
) |
Definition at line 157 of file TGenCollectionStreamer.cxx.
|
static |
bool * getaddress< bool > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 68 of file TGenCollectionStreamer.cxx.
Char_t * getaddress< Char_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 74 of file TGenCollectionStreamer.cxx.
Double_t * getaddress< Double_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 110 of file TGenCollectionStreamer.cxx.
Float_t * getaddress< Float_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 104 of file TGenCollectionStreamer.cxx.
Int_t * getaddress< Int_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 86 of file TGenCollectionStreamer.cxx.
Long64_t * getaddress< Long64_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 98 of file TGenCollectionStreamer.cxx.
Long_t * getaddress< Long_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 92 of file TGenCollectionStreamer.cxx.
Short_t * getaddress< Short_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 80 of file TGenCollectionStreamer.cxx.
UChar_t * getaddress< UChar_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 116 of file TGenCollectionStreamer.cxx.
UInt_t * getaddress< UInt_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 128 of file TGenCollectionStreamer.cxx.
ULong64_t * getaddress< ULong64_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 140 of file TGenCollectionStreamer.cxx.
ULong_t * getaddress< ULong_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 134 of file TGenCollectionStreamer.cxx.
UShort_t * getaddress< UShort_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 122 of file TGenCollectionStreamer.cxx.
To readOneValue | ( | TBuffer & | b, |
int | readtype | ||
) |
Definition at line 651 of file TGenCollectionStreamer.cxx.