Class streamer object to implement TClassStreamer functionality for I/O emulation.
Definition at line 127 of file TCollectionProxyFactory.h.
Public Member Functions | |
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 | |
void | InvalidProxyError () |
Issue Error about invalid proxy. More... | |
Protected Attributes | |
TGenCollectionProxy * | fStreamer |
Pointer to worker streamer. More... | |
Private Member Functions | |
TCollectionStreamer & | operator= (const TCollectionStreamer &) |
#include <TCollectionProxyFactory.h>
TCollectionStreamer::TCollectionStreamer | ( | ) |
Initializing constructor.
Definition at line 127 of file TCollectionProxyFactory.cxx.
TCollectionStreamer::TCollectionStreamer | ( | const TCollectionStreamer & | c | ) |
Copy constructor.
Definition at line 132 of file TCollectionProxyFactory.cxx.
|
virtual |
Standard destructor.
Definition at line 143 of file TCollectionProxyFactory.cxx.
void TCollectionStreamer::AdoptStreamer | ( | TGenCollectionProxy * | streamer | ) |
Attach worker proxy.
Definition at line 151 of file TCollectionProxyFactory.cxx.
|
protected |
Issue Error about invalid proxy.
Definition at line 122 of file TCollectionProxyFactory.cxx.
|
private |
void TCollectionStreamer::Streamer | ( | TBuffer & | refBuffer, |
void * | obj, | ||
int | siz, | ||
TClass * | onFileClass | ||
) |
Streamer for I/O handling.
Definition at line 160 of file TCollectionProxyFactory.cxx.
|
protected |
Pointer to worker streamer.
Definition at line 132 of file TCollectionProxyFactory.h.