#include "TGenCollectionStreamer.h"
#include "TClassEdit.h"
#include "TError.h"
#include "TROOT.h"
#include "TStreamerInfo.h"
#include "TStreamerElement.h"
#include "TVirtualCollectionIterators.h"
#include <memory>
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 147 of file TGenCollectionStreamer.cxx.
void DispatchConvertArray | ( | int | writeType, |
TGenCollectionProxy::StreamHelper * | read, | ||
TGenCollectionProxy::StreamHelper * | write, | ||
int | nElements | ||
) |
Definition at line 158 of file TGenCollectionStreamer.cxx.
T * getaddress | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
bool * getaddress< bool > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 69 of file TGenCollectionStreamer.cxx.
Char_t * getaddress< Char_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 75 of file TGenCollectionStreamer.cxx.
Double_t * getaddress< Double_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 111 of file TGenCollectionStreamer.cxx.
Float_t * getaddress< Float_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 105 of file TGenCollectionStreamer.cxx.
Int_t * getaddress< Int_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 87 of file TGenCollectionStreamer.cxx.
Long64_t * getaddress< Long64_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 99 of file TGenCollectionStreamer.cxx.
Long_t * getaddress< Long_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 93 of file TGenCollectionStreamer.cxx.
Short_t * getaddress< Short_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 81 of file TGenCollectionStreamer.cxx.
UChar_t * getaddress< UChar_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 117 of file TGenCollectionStreamer.cxx.
UInt_t * getaddress< UInt_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 129 of file TGenCollectionStreamer.cxx.
ULong64_t * getaddress< ULong64_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 141 of file TGenCollectionStreamer.cxx.
ULong_t * getaddress< ULong_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 135 of file TGenCollectionStreamer.cxx.
UShort_t * getaddress< UShort_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 123 of file TGenCollectionStreamer.cxx.
Definition at line 649 of file TGenCollectionStreamer.cxx.