library: libCore #include "TGenCollectionProxy.h" |
TGenCollectionProxy::Method
class description - source file - inheritance tree (.pdf)
public:
TGenCollectionProxy::Method Method()
TGenCollectionProxy::Method Method(TGenCollectionProxy::Method::Call_t c)
TGenCollectionProxy::Method Method(const TGenCollectionProxy::Method& m)
void ~Method()
void* invoke(void* obj) const
TGenCollectionProxy::Method& operator=(const TGenCollectionProxy::Method&)
public:
TGenCollectionProxy::Method::Call_t call
TGenCollectionProxy
Proxy around an arbitrary container, which implements basic
functionality and iteration.
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.
Inline Functions
void ~Method()
TGenCollectionProxy::Method Method()
TGenCollectionProxy::Method Method(TGenCollectionProxy::Method::Call_t c)
TGenCollectionProxy::Method Method(const TGenCollectionProxy::Method& m)
void* invoke(void* obj) const
TGenCollectionProxy::Method& operator=(const TGenCollectionProxy::Method&)
Author: Markus Frank 28/10/04
Last update: root/cont:$Name: $:$Id: TGenCollectionProxy.h,v 1.9 2005/08/30 02:45:05 pcanal Exp $
Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
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.