ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Public Attributes | List of all members
TGenCollectionProxy::Method Class Reference

Small helper to execute (compiler) generated function for the access to STL or other containers.

Author
M.Frank
Version
1.0
Date
10/10/2004

Definition at line 203 of file TGenCollectionProxy.h.

Public Types

typedef void *(* Call_t )(void *)
 

Public Member Functions

 Method ()
 
 Method (Call_t c)
 
 Method (const Method &m)
 
Methodoperator= (const Method &m)
 
voidinvoke (void *obj) const
 

Public Attributes

Call_t call
 

#include <TGenCollectionProxy.h>

Member Typedef Documentation

typedef void*(* TGenCollectionProxy::Method::Call_t)(void *)

Definition at line 205 of file TGenCollectionProxy.h.

Constructor & Destructor Documentation

TGenCollectionProxy::Method::Method ( )
inline

Definition at line 207 of file TGenCollectionProxy.h.

TGenCollectionProxy::Method::Method ( Call_t  c)
inline

Definition at line 208 of file TGenCollectionProxy.h.

TGenCollectionProxy::Method::Method ( const Method m)
inline

Definition at line 209 of file TGenCollectionProxy.h.

Member Function Documentation

void* TGenCollectionProxy::Method::invoke ( void obj) const
inline
Method& TGenCollectionProxy::Method::operator= ( const Method m)
inline

Definition at line 210 of file TGenCollectionProxy.h.

Member Data Documentation

Call_t TGenCollectionProxy::Method::call

The documentation for this class was generated from the following file: