11#ifndef ROOT_TContainerConverters 
   12#define ROOT_TContainerConverters 
Buffer base class used for serializing objects.
 
TClass instances represent classes, structs and namespaces in the ROOT type system.
 
Small helper to read a TBuffer containing a TClonesArray into any valid collection.
 
void operator()(TBuffer &b, void *pmember, Int_t size=0)
Read a TClonesArray from the TBuffer b and load it into a (stl) collection.
 
~TConvertClonesArrayToProxy()
Destructor.
 
TConvertClonesArrayToProxy(TVirtualCollectionProxy *proxy, Bool_t isPointer, Bool_t isPrealloc)
Constructor.
 
TClass * fCollectionClass
 
TConvertMapToProxy(TClassStreamer *streamer, Bool_t isPointer, Bool_t isPrealloc)
Constructor.
 
TClass * fCollectionClass
 
void operator()(TBuffer &b, void *pmember, Int_t size=0)
Read a std::map or std::multimap from the TBuffer b and load it into a (stl) collection.