Logo ROOT  
Reference Guide
TCollectionClassStreamer Class Reference

Class streamer object to implement TClassStreamer functionality for I/O emulation.

Author
M.Frank
Version
1.0

Definition at line 159 of file TCollectionProxyFactory.h.

Public Member Functions

 TCollectionClassStreamer ()
 Initializing constructor. More...
 
virtual ~TCollectionClassStreamer ()
 Standard destructor. More...
 
virtual TClassStreamerGenerate () const
 Virtual copy constructor. More...
 
TGenCollectionProxyGetXYZ ()
 
virtual void operator() (TBuffer &buff, void *obj)
 Streamer for I/O handling. More...
 
virtual void Stream (TBuffer &b, void *obj, const TClass *onfileClass)
 
- Public Member Functions inherited from TClassStreamer
 TClassStreamer (ClassStreamerFunc_t pointer)
 
virtual ~TClassStreamer ()
 
virtual TClassStreamerGenerate () const
 
virtual const TClassGetOnFileClass () const
 
virtual void operator() (TBuffer &b, void *objp)
 
virtual void SetOnFileClass (const TClass *cl)
 
virtual void Stream (TBuffer &b, void *objp, const TClass *onfileClass)
 
- Public Member Functions inherited from TCollectionStreamer
 TCollectionStreamer ()
 Initializing constructor. More...
 
 TCollectionStreamer (const TCollectionStreamer &c)
 Copy constructor. More...
 
virtual ~TCollectionStreamer ()
 Standard destructor. More...
 
void AdoptStreamer (TGenCollectionProxy *streamer)
 Attach worker proxy. More...
 
void Streamer (TBuffer &refBuffer, void *obj, int siz, TClass *onFileClass)
 Streamer for I/O handling. More...
 

Protected Member Functions

 TCollectionClassStreamer (const TCollectionClassStreamer &c)
 Copy constructor. More...
 
TCollectionClassStreameroperator= (const TCollectionClassStreamer &rhs)
 
- Protected Member Functions inherited from TClassStreamer
 TClassStreamer ()
 
 TClassStreamer (const TClassStreamer &rhs)
 
TClassStreameroperator= (const TClassStreamer &rhs)
 
- Protected Member Functions inherited from TCollectionStreamer
void InvalidProxyError ()
 Issue Error about invalid proxy. More...
 

Additional Inherited Members

- Protected Attributes inherited from TClassStreamer
TClassRef fOnFileClass
 
- Protected Attributes inherited from TCollectionStreamer
TGenCollectionProxyfStreamer
 Pointer to worker streamer. More...
 

#include <TCollectionProxyFactory.h>

Inheritance diagram for TCollectionClassStreamer:
[legend]

Constructor & Destructor Documentation

◆ TCollectionClassStreamer() [1/2]

TCollectionClassStreamer::TCollectionClassStreamer ( const TCollectionClassStreamer c)
inlineprotected

Copy constructor.

Definition at line 163 of file TCollectionProxyFactory.h.

◆ TCollectionClassStreamer() [2/2]

TCollectionClassStreamer::TCollectionClassStreamer ( )
inline

Initializing constructor.

Definition at line 168 of file TCollectionProxyFactory.h.

◆ ~TCollectionClassStreamer()

virtual TCollectionClassStreamer::~TCollectionClassStreamer ( )
inlinevirtual

Standard destructor.

Definition at line 170 of file TCollectionProxyFactory.h.

Member Function Documentation

◆ Generate()

virtual TClassStreamer * TCollectionClassStreamer::Generate ( ) const
inlinevirtual

Virtual copy constructor.

Reimplemented from TClassStreamer.

Definition at line 190 of file TCollectionProxyFactory.h.

◆ GetXYZ()

TGenCollectionProxy * TCollectionClassStreamer::GetXYZ ( )
inline

Definition at line 194 of file TCollectionProxyFactory.h.

◆ operator()()

virtual void TCollectionClassStreamer::operator() ( TBuffer buff,
void obj 
)
inlinevirtual

Streamer for I/O handling.

Reimplemented from TClassStreamer.

Definition at line 172 of file TCollectionProxyFactory.h.

◆ operator=()

TCollectionClassStreamer & TCollectionClassStreamer::operator= ( const TCollectionClassStreamer rhs)
protected

◆ Stream()

virtual void TCollectionClassStreamer::Stream ( TBuffer b,
void obj,
const TClass onfileClass 
)
inlinevirtual

Reimplemented from TClassStreamer.

Definition at line 174 of file TCollectionProxyFactory.h.

Libraries for TCollectionClassStreamer:
[legend]

The documentation for this class was generated from the following file: