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 fucntions.

 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)

public:
TCollectionMemberStreamer()
TCollectionMemberStreamer(const TCollectionMemberStreamer& c)
virtual~TCollectionMemberStreamer()
voidTCollectionStreamer::AdoptStreamer(TGenCollectionProxy* streamer)
virtual voidoperator()(TBuffer& buff, void* pObj, Int_t siz = 0)
TMemberStreamer&TMemberStreamer::operator=(const TMemberStreamer&)
voidTCollectionStreamer::Streamer(TBuffer& refBuffer, void* pObject, int siz)
protected:
voidTCollectionStreamer::InvalidProxyError()

Data Members

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

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

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

Author: Markus Frank 28/10/04
Last change: root/io:$Id: TCollectionProxyFactory.h 23122 2008-04-10 14:56:30Z rdm $
Last generated: 2008-06-25 08:35
Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.