ROOT
6.07/01
Reference Guide
|
Definition at line 33 of file TContainerConverters.h.
Public Member Functions | |
TConvertMapToProxy (TClassStreamer *streamer, Bool_t isPointer, Bool_t isPrealloc) | |
Constructor. More... | |
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. More... | |
Bool_t | IsValid () |
Public Member Functions inherited from TMemberStreamer | |
TMemberStreamer (MemberStreamerFunc_t pointer) | |
TMemberStreamer (const TMemberStreamer &rhs) | |
TMemberStreamer & | operator= (const TMemberStreamer &rhs) |
virtual | ~TMemberStreamer () |
virtual void | SetOnFileClass (const TClass *cl) |
virtual const TClass * | GetOnFileClass () const |
Private Attributes | |
Bool_t | fIsPointer |
Bool_t | fIsPrealloc |
UInt_t | fSizeOf |
TClass * | fCollectionClass |
Additional Inherited Members | |
Protected Member Functions inherited from TMemberStreamer | |
TMemberStreamer () | |
#include <TContainerConverters.h>
TConvertMapToProxy::TConvertMapToProxy | ( | TClassStreamer * | streamer, |
Bool_t | isPointer, | ||
Bool_t | isPrealloc | ||
) |
Constructor.
Definition at line 233 of file TContainerConverters.cxx.
|
inline |
Definition at line 42 of file TContainerConverters.h.
Referenced by TStreamerInfo::BuildOld().
Read a std::map or std::multimap from the TBuffer b and load it into a (stl) collection.
Reimplemented from TMemberStreamer.
Definition at line 264 of file TContainerConverters.cxx.
|
private |
Definition at line 37 of file TContainerConverters.h.
Referenced by IsValid(), operator()(), and TConvertMapToProxy().
|
private |
Definition at line 34 of file TContainerConverters.h.
Referenced by operator()().
|
private |
Definition at line 35 of file TContainerConverters.h.
Referenced by operator()().
|
private |
Definition at line 36 of file TContainerConverters.h.
Referenced by operator()(), and TConvertMapToProxy().