class TCollectionProxyFactory


 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.


Function Members (Methods)

public:
TCollectionProxyFactory()
TCollectionProxyFactory(const TCollectionProxyFactory&)
~TCollectionProxyFactory()
static TClassStreamer*GenEmulatedClassStreamer(const char* class_name)
static TMemberStreamer*GenEmulatedMemberStreamer(const char* class_name)
static TVirtualCollectionProxy*GenEmulatedProxy(const char* class_name)
static TClassStreamer*GenExplicitClassStreamer(const ROOT::TCollectionProxyInfo& info, TClass* cl)
static TMemberStreamer*GenExplicitMemberStreamer(const ROOT::TCollectionProxyInfo& info, TClass* cl)
static TCollectionProxyFactory::Proxy_t*GenExplicitProxy(const ROOT::TCollectionProxyInfo& info, TClass* cl)
static TGenCollectionStreamer*GenExplicitStreamer(const ROOT::TCollectionProxyInfo& info, TClass* cl)
TCollectionProxyFactory&operator=(const TCollectionProxyFactory&)

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

GenEmulatedProxy(const char* class_name)
 Generate emulated collection proxy for a given class.
GenEmulatedClassStreamer(const char* class_name)
 Generate emulated class streamer for a given collection class.
GenEmulatedMemberStreamer(const char* class_name)
 Generate emulated member streamer for a given collection class.
GenExplicitProxy(const ROOT::TCollectionProxyInfo& info, TClass* cl)
 Generate proxy from static functions.
GenExplicitStreamer(const ROOT::TCollectionProxyInfo& info, TClass* cl)
 Generate streamer from static functions.
GenExplicitClassStreamer(const ROOT::TCollectionProxyInfo& info, TClass* cl)
 Generate class streamer from static functions.
GenExplicitMemberStreamer(const ROOT::TCollectionProxyInfo& info, TClass* cl)
 Generate member streamer from static functions.
TCollectionStreamer& operator=(const TCollectionProxyFactory& )

Author: Markus Frank 28/10/04
Last change: root/io:$Id: TCollectionProxyFactory.h 23122 2008-04-10 14:56:30Z rdm $
Last generated: 2008-06-25 08:35
Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.