#include "TGenCollectionStreamer.h"#include "TClassEdit.h"#include "TError.h"#include "TROOT.h"#include "TStreamerInfo.h"#include "TStreamerElement.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 145 of file TGenCollectionStreamer.cxx.
| void DispatchConvertArray | ( | int | writeType, |
| TGenCollectionProxy::StreamHelper * | read, | ||
| TGenCollectionProxy::StreamHelper * | write, | ||
| int | nElements | ||
| ) |
Definition at line 156 of file TGenCollectionStreamer.cxx.
| T * getaddress | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
| bool * getaddress< bool > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 67 of file TGenCollectionStreamer.cxx.
| Char_t * getaddress< Char_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 73 of file TGenCollectionStreamer.cxx.
| Double_t * getaddress< Double_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 109 of file TGenCollectionStreamer.cxx.
| Float_t * getaddress< Float_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 103 of file TGenCollectionStreamer.cxx.
| Int_t * getaddress< Int_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 85 of file TGenCollectionStreamer.cxx.
| Long64_t * getaddress< Long64_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 97 of file TGenCollectionStreamer.cxx.
| Long_t * getaddress< Long_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 91 of file TGenCollectionStreamer.cxx.
| Short_t * getaddress< Short_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 79 of file TGenCollectionStreamer.cxx.
| UChar_t * getaddress< UChar_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 115 of file TGenCollectionStreamer.cxx.
| UInt_t * getaddress< UInt_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 127 of file TGenCollectionStreamer.cxx.
| ULong64_t * getaddress< ULong64_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 139 of file TGenCollectionStreamer.cxx.
| ULong_t * getaddress< ULong_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 133 of file TGenCollectionStreamer.cxx.
| UShort_t * getaddress< UShort_t > | ( | TGenCollectionProxy::StreamHelper & | itm | ) |
Definition at line 121 of file TGenCollectionStreamer.cxx.
Definition at line 650 of file TGenCollectionStreamer.cxx.