TGenCollectionProxy Proxy around an arbitrary container, which implements basic functionality and iteration. The purpose of this implementation is to shield any generated dictionary implementation from the underlying streamer/proxy implementation and only expose the creation fucntions. In particular this is used to implement splitting and abstract element access of any container. Access to compiled code is necessary to implement the abstract iteration sequence and functionality like size(), clear(), resize(). resize() may be a void operation.
TCollectionClassStreamer() | |
TCollectionClassStreamer(const TCollectionClassStreamer& c) | |
virtual | ~TCollectionClassStreamer() |
void | TCollectionStreamer::AdoptStreamer(TGenCollectionProxy* streamer) |
virtual TClassStreamer* | Generate() |
TGenCollectionProxy* | GetXYZ() |
virtual void | operator()(TBuffer& buff, void* pObj) |
TClassStreamer& | TClassStreamer::operator=(const TClassStreamer&) |
void | TCollectionStreamer::Streamer(TBuffer& refBuffer, void* pObject, int siz) |
void | TCollectionStreamer::InvalidProxyError() |
TGenCollectionProxy* | TCollectionStreamer::fStreamer | / Pointer to worker streamer |