+
class TCollectionClassStreamer
-
library: libRIO
#include "TCollectionProxyFactory.h"
Display options:
Show inherited
Show non-public

class TCollectionClassStreamer: public TClassStreamer, public TCollectionStreamer


  Small helper to save proxy environment in the event of
  recursive calls.


Function Members (Methods)

public:
TCollectionClassStreamer()
TCollectionClassStreamer(const TCollectionClassStreamer& c)
virtual~TCollectionClassStreamer()
voidTCollectionStreamer::AdoptStreamer(TGenCollectionProxy* streamer)
virtual TClassStreamer*Generate()
TGenCollectionProxy*GetXYZ()
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 Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

TCollectionClassStreamer(const TCollectionClassStreamer& c)
 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.
TGenCollectionProxy * GetXYZ()
{ return TCollectionStreamer::fStreamer; }

Last update: Mon Jun 25 19:47:49 2007

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.