Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TStreamerInfoActions::AssociativeLooper Struct Reference

Definition at line 2225 of file TStreamerInfoActions.cxx.

Classes

struct  ConvertCollectionBasicType
 
struct  ConvertRead
 
struct  ConvertRead< NoFactorMarker< From >, To >
 
struct  ConvertRead< WithFactorMarker< From >, To >
 

Static Public Member Functions

template<typename T >
static Int_t ReadCollectionBasicType (TBuffer &buf, void *addr, const TConfiguration *conf)
 
static Int_t ReadCollectionBool (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 , 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)
 

Member Function Documentation

◆ ReadCollectionBasicType()

template<typename T >
static Int_t TStreamerInfoActions::AssociativeLooper::ReadCollectionBasicType ( TBuffer buf,
void *  addr,
const TConfiguration conf 
)
inlinestatic

Definition at line 2297 of file TStreamerInfoActions.cxx.

◆ ReadCollectionBool()

static Int_t TStreamerInfoActions::AssociativeLooper::ReadCollectionBool ( TBuffer buf,
void *  addr,
const TConfiguration conf 
)
inlinestatic

Definition at line 2281 of file TStreamerInfoActions.cxx.

◆ ReadCollectionDouble32()

static Int_t TStreamerInfoActions::AssociativeLooper::ReadCollectionDouble32 ( TBuffer buf,
void *  addr,
const TConfiguration conf 
)
inlinestatic

Definition at line 2291 of file TStreamerInfoActions.cxx.

◆ ReadCollectionFloat16()

static Int_t TStreamerInfoActions::AssociativeLooper::ReadCollectionFloat16 ( TBuffer buf,
void *  addr,
const TConfiguration conf 
)
inlinestatic

Definition at line 2286 of file TStreamerInfoActions.cxx.

◆ ReadNumericalCollection()

template<typename T , void(*)(TBuffer &, void *, Int_t) action>
static Int_t TStreamerInfoActions::AssociativeLooper::ReadNumericalCollection ( TBuffer buf,
void *  addr,
const TConfiguration conf 
)
inlinestatic

Definition at line 2244 of file TStreamerInfoActions.cxx.

◆ SimpleRead()

template<typename T >
static void TStreamerInfoActions::AssociativeLooper::SimpleRead ( TBuffer buf,
void *  addr,
Int_t  nvalues 
)
inlinestatic

Definition at line 2228 of file TStreamerInfoActions.cxx.

◆ SimpleReadDouble32()

static void TStreamerInfoActions::AssociativeLooper::SimpleReadDouble32 ( TBuffer buf,
void *  addr,
Int_t  nvalues 
)
inlinestatic

Definition at line 2238 of file TStreamerInfoActions.cxx.

◆ SimpleReadFloat16()

static void TStreamerInfoActions::AssociativeLooper::SimpleReadFloat16 ( TBuffer buf,
void *  addr,
Int_t  nvalues 
)
inlinestatic

Definition at line 2233 of file TStreamerInfoActions.cxx.


The documentation for this struct was generated from the following file: