Small helper to read a TBuffer containing a TClonesArray into any valid collection.
Definition at line 20 of file TContainerConverters.h.
Public Member Functions | |
| TConvertClonesArrayToProxy (TVirtualCollectionProxy *proxy, Bool_t isPointer, Bool_t isPrealloc) | |
| Constructor. | |
| ~TConvertClonesArrayToProxy () override | |
| Destructor. | |
| virtual const TClass * | GetOnFileClass () const |
| void | operator() (TBuffer &b, void *pmember, Int_t size=0) override |
| Read a TClonesArray from the TBuffer b and load it into a (stl) collection. | |
| virtual void | SetOnFileClass (const TClass *cl) |
Private Attributes | |
| TClass * | fCollectionClass |
| Bool_t | fIsPointer |
| Bool_t | fIsPrealloc |
| UInt_t | fOffset |
| TClassRef | fOnFileClass |
| MemberStreamerFunc_t | fStreamer |
#include <TContainerConverters.h>
| TConvertClonesArrayToProxy::TConvertClonesArrayToProxy | ( | TVirtualCollectionProxy * | proxy, |
| Bool_t | isPointer, | ||
| Bool_t | isPrealloc ) |
Constructor.
Definition at line 43 of file TContainerConverters.cxx.
|
override |
Destructor.
Definition at line 57 of file TContainerConverters.cxx.
|
inlinevirtualinherited |
Definition at line 38 of file TMemberStreamer.h.
|
overridevirtual |
Read a TClonesArray from the TBuffer b and load it into a (stl) collection.
Reimplemented from TMemberStreamer.
Definition at line 64 of file TContainerConverters.cxx.
|
inlinevirtualinherited |
Definition at line 37 of file TMemberStreamer.h.
|
private |
Definition at line 24 of file TContainerConverters.h.
|
private |
Definition at line 21 of file TContainerConverters.h.
|
private |
Definition at line 22 of file TContainerConverters.h.
|
private |
Definition at line 23 of file TContainerConverters.h.
|
privateinherited |
Definition at line 51 of file TMemberStreamer.h.
|
privateinherited |
Definition at line 50 of file TMemberStreamer.h.