library: libCore
#include "TCollectionProxy.h"

TCollectionClassStreamer


class description - header file
viewCVS header

class TCollectionClassStreamer: public TClassStreamer, public TCollectionStreamer

Inheritance Inherited Members Includes Libraries
Class Charts

Function Members (Methods)

Display options:
Show inherited
Show non-public
public:
TCollectionClassStreamer()
TCollectionClassStreamer(const TCollectionClassStreamer& c)
virtual~TCollectionClassStreamer()
voidTCollectionStreamer::AdoptStreamer(TGenCollectionProxy* streamer)
virtual TClassStreamer*Generate()
virtual voidoperator()(TBuffer& buff, void* pObj)
TClassStreamer&TClassStreamer::operator=(const TClassStreamer&)
voidTCollectionStreamer::Streamer(TBuffer& refBuffer, void* pObject, int siz)
protected:
voidTCollectionStreamer::InvalidProxyError()

Data Members

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

Class Description

TCollectionClassStreamer()
/ Initializing constructor
/ Copy constructor
{ }
TCollectionClassStreamer(const TCollectionClassStreamer& c)
/ Standard destructor
{ }
virtual ~TCollectionClassStreamer()
/ Streamer for I/O handling
{ }
void operator()(TBuffer &buff, void *pObj)
{ Streamer(buff,pObj,0); }
TClassStreamer * Generate()
/ Virtual copy constructor.

Last update: Tue Nov 21 09:09:53 2006


ROOT page - Class index - Class Hierarchy - Top of the page

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.