Go to the source code of this file.
|
| #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;} |
| |
§ DOLOOP [1/8]
| #define DOLOOP |
( |
|
x | ) |
{int idx=0; while(idx<nElements) {StreamHelper* i=(StreamHelper*)(((char*)itm) + fValDiff*idx); { x ;} ++idx;} break;} |
§ DOLOOP [2/8]
§ DOLOOP [3/8]
| #define DOLOOP |
( |
|
x | ) |
{int idx=0; while(idx<nElements) {StreamHelper* i=(StreamHelper*)(((char*)itm) + fValDiff*idx); { x ;} ++idx;}} |
§ DOLOOP [4/8]
| #define DOLOOP |
( |
|
x | ) |
{int idx=0; while(idx<nElements) {StreamHelper* i=(StreamHelper*)(((char*)itm) + fValDiff*idx); { x ;} ++idx;} break;} |
§ DOLOOP [5/8]
§ DOLOOP [6/8]
| #define DOLOOP |
( |
|
x | ) |
{int idx=0; while(idx<nElements) {StreamHelper* i=(StreamHelper*)(((char*)itm) + fValDiff*idx); { x ;} ++idx;}} |
§ DOLOOP [7/8]
| #define DOLOOP |
( |
|
x | ) |
{int idx=0; while(idx<nElements) {StreamHelper* i=(StreamHelper*)(((char*)itm) + fValDiff*idx); { x ;} ++idx;} break;} |
§ DOLOOP [8/8]
§ ConvertArray()
template<typename From , typename To >
§ DispatchConvertArray()
§ getaddress()
§ getaddress< bool >()
§ getaddress< Char_t >()
§ getaddress< Double_t >()
§ getaddress< Float_t >()
§ getaddress< Int_t >()
§ getaddress< Long64_t >()
§ getaddress< Long_t >()
§ getaddress< Short_t >()
§ getaddress< UChar_t >()
§ getaddress< UInt_t >()
§ getaddress< ULong64_t >()
§ getaddress< ULong_t >()
§ getaddress< UShort_t >()
§ readOneValue()
template<typename To >
| To readOneValue |
( |
TBuffer & |
b, |
|
|
int |
readtype |
|
) |
| |