ROOT » IO » IO » TCollectionMemberStreamer

class TCollectionMemberStreamer: public TMemberStreamer, public TCollectionStreamer


 TGenCollectionProxy

 Proxy around an arbitrary container, which implements basic
 functionality and iteration. The purpose of this implementation
 is to shield any generated dictionary implementation from the
 underlying streamer/proxy implementation and only expose
 the creation functions.

 In particular this is used to implement splitting and abstract
 element access of any container. Access to compiled code is necessary
 to implement the abstract iteration sequence and functionality like
 size(), clear(), resize(). resize() may be a void operation.


Function Members (Methods)

Data Members

protected:
TGenCollectionProxy*TCollectionStreamer::fStreamer/ Pointer to worker streamer

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TCollectionStreamer& operator=(const TCollectionMemberStreamer& rhs)
void operator()(TBuffer &buff, void *obj )
 Streamer for I/O handling
{ Streamer(buff,obj,0,fOnFileClass); }
TCollectionMemberStreamer()
 Initializing constructor
{ }
TCollectionMemberStreamer(const TCollectionMemberStreamer& c)
 Copy constructor
{ }
virtual ~TCollectionMemberStreamer()
 Standard destructor
{ }