Class streamer object to implement TClassStreamer functionality for I/O emulation.
Definition at line 159 of file TCollectionProxyFactory.h.
Public Member Functions | |
TCollectionClassStreamer () | |
Initializing constructor. More... | |
virtual | ~TCollectionClassStreamer () |
Standard destructor. More... | |
virtual TClassStreamer * | Generate () const |
Virtual copy constructor. More... | |
TGenCollectionProxy * | GetXYZ () |
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 TClassStreamer * | Generate () const |
virtual const TClass * | GetOnFileClass () 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... | |
TCollectionClassStreamer & | operator= (const TCollectionClassStreamer &rhs) |
Protected Member Functions inherited from TClassStreamer | |
TClassStreamer () | |
TClassStreamer (const TClassStreamer &rhs) | |
TClassStreamer & | operator= (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 | |
TGenCollectionProxy * | fStreamer |
Pointer to worker streamer. More... | |
#include <TCollectionProxyFactory.h>
|
inlineprotected |
Copy constructor.
Definition at line 163 of file TCollectionProxyFactory.h.
|
inline |
Initializing constructor.
Definition at line 168 of file TCollectionProxyFactory.h.
|
inlinevirtual |
Standard destructor.
Definition at line 170 of file TCollectionProxyFactory.h.
|
inlinevirtual |
Virtual copy constructor.
Reimplemented from TClassStreamer.
Definition at line 190 of file TCollectionProxyFactory.h.
|
inline |
Definition at line 194 of file TCollectionProxyFactory.h.
Streamer for I/O handling.
Reimplemented from TClassStreamer.
Definition at line 172 of file TCollectionProxyFactory.h.
|
protected |
|
inlinevirtual |
Reimplemented from TClassStreamer.
Definition at line 174 of file TCollectionProxyFactory.h.