Definition at line 2708 of file TStreamerInfoActions.cxx.
|
template<typename T > |
static Int_t | ReadCollectionBasicType (TBuffer &buf, void *addr, const TConfiguration *conf) |
|
static Int_t | ReadCollectionDouble32 (TBuffer &buf, void *addr, const TConfiguration *conf) |
|
static Int_t | ReadCollectionFloat16 (TBuffer &buf, void *addr, const TConfiguration *conf) |
|
template<typename T > |
static Int_t | WriteCollectionBasicType (TBuffer &buf, void *addr, const TConfiguration *conf) |
|
static Int_t | WriteCollectionDouble32 (TBuffer &buf, void *addr, const TConfiguration *conf) |
|
static Int_t | WriteCollectionFloat16 (TBuffer &buf, void *addr, const TConfiguration *conf) |
|
|
template<typename T > |
static void | ArrayWrite (TBuffer &buf, void *addr, Int_t nvalues, const TStreamerElement *) |
|
static void | ArrayWriteCompressed (TBuffer &buf, double *addr, Int_t nvalues, const TStreamerElement *elem) |
|
static void | ArrayWriteCompressed (TBuffer &buf, float *addr, Int_t nvalues, const TStreamerElement *elem) |
|
template<typename Memory , typename Onfile , void(*)(TBuffer &, void *, Int_t, const TStreamerElement *elem) action> |
static void | ConvertLoopOverCollection (TBuffer &buf, void *iter, const void *end, Next_t next, Int_t nvalues, const TStreamerElement *elem) |
|
template<void(*)(TBuffer &, void *, const TStreamerElement *) action> |
static void | LoopOverCollection (TBuffer &buf, void *iter, const void *end, Next_t next, Int_t, const TStreamerElement *elem) |
|
template<typename T , void(*)(TBuffer &, void *, Int_t) action> |
static Int_t | ReadNumericalCollection (TBuffer &buf, void *addr, const TConfiguration *conf) |
|
template<typename T > |
static void | SimpleRead (TBuffer &buf, void *addr, Int_t nvalues) |
|
static void | SimpleReadDouble32 (TBuffer &buf, void *addr, Int_t nvalues) |
|
static void | SimpleReadFloat16 (TBuffer &buf, void *addr, Int_t nvalues) |
|
template<typename T > |
static void | SimpleWrite (TBuffer &buf, void *addr, const TStreamerElement *) |
|
static void | SimpleWriteDouble32 (TBuffer &buf, void *addr, const TStreamerElement *elem) |
|
static void | SimpleWriteFloat16 (TBuffer &buf, void *addr, const TStreamerElement *elem) |
|
template<typename T , void(*)(TBuffer &, void *, const void *, Next_t, Int_t, const TStreamerElement *elem) action> |
static Int_t | WriteNumericalCollection (TBuffer &buf, void *addr, const TConfiguration *conf) |
|
◆ LoopAction_t
◆ ArrayWrite()
◆ ArrayWriteCompressed() [1/2]
◆ ArrayWriteCompressed() [2/2]
◆ ConvertLoopOverCollection()
◆ LoopOverCollection()
◆ ReadCollectionBasicType()
◆ ReadCollectionDouble32()
◆ ReadCollectionFloat16()
◆ ReadNumericalCollection()
◆ SimpleRead()
static void TStreamerInfoActions::AssociativeLooper::SimpleRead |
( |
TBuffer & | buf, |
|
|
void * | addr, |
|
|
Int_t | nvalues ) |
|
inlinestaticprotected |
◆ SimpleReadDouble32()
static void TStreamerInfoActions::AssociativeLooper::SimpleReadDouble32 |
( |
TBuffer & | buf, |
|
|
void * | addr, |
|
|
Int_t | nvalues ) |
|
inlinestaticprotected |
◆ SimpleReadFloat16()
static void TStreamerInfoActions::AssociativeLooper::SimpleReadFloat16 |
( |
TBuffer & | buf, |
|
|
void * | addr, |
|
|
Int_t | nvalues ) |
|
inlinestaticprotected |
◆ SimpleWrite()
◆ SimpleWriteDouble32()
◆ SimpleWriteFloat16()
◆ WriteCollectionBasicType()
◆ WriteCollectionDouble32()
◆ WriteCollectionFloat16()
◆ WriteNumericalCollection()
The documentation for this struct was generated from the following file: