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.
TCollectionMemberStreamer() | |
TCollectionMemberStreamer(const TCollectionMemberStreamer& c) | |
virtual | ~TCollectionMemberStreamer() |
void | TCollectionStreamer::AdoptStreamer(TGenCollectionProxy* streamer) |
virtual const TClass* | TMemberStreamer::GetOnFileClass() const |
virtual void | operator()(TBuffer& buff, void* pObj, Int_t siz = 0) |
TMemberStreamer& | TMemberStreamer::operator=(const TMemberStreamer&) |
virtual void | TMemberStreamer::SetOnFileClass(const TClass* cl) |
void | TCollectionStreamer::Streamer(TBuffer& refBuffer, void* pObject, int siz, TClass* onFileClass) |
void | TCollectionStreamer::InvalidProxyError() |
TGenCollectionProxy* | TCollectionStreamer::fStreamer | / Pointer to worker streamer |
Streamer for I/O handling
{ Streamer(buff,pObj,0,fOnFileClass); }