class 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:
TCollectionStreamer()
TCollectionStreamer(const TCollectionStreamer& c)
virtual~TCollectionStreamer()
voidAdoptStreamer(TGenCollectionProxy* streamer)
voidStreamer(TBuffer& refBuffer, void* pObject, int siz)
protected:
voidInvalidProxyError()
private:
TCollectionStreamer&operator=(const TCollectionStreamer&)

Data Members

protected:
TGenCollectionProxy*fStreamer/ Pointer to worker streamer

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

void InvalidProxyError()
 Issue Error about invalid proxy.
TCollectionStreamer(const TCollectionStreamer& c)
 Initializing constructor.
TCollectionStreamer(const TCollectionStreamer& c)
 Copy constructor.
~TCollectionStreamer()
 Standard destructor.
void AdoptStreamer(TGenCollectionProxy* streamer)
 Attach worker proxy.
void Streamer(TBuffer& refBuffer, void* pObject, int siz)
 Streamer for I/O handling.
TCollectionStreamer& operator=(const TCollectionStreamer& )

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.