Logo ROOT   6.12/07
Reference Guide
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 192 of file TGenCollectionProxy.h.

Public Types

typedef void *(* Call_t) (void *)
 

Public Member Functions

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

Public Attributes

Call_t call
 

#include <TGenCollectionProxy.h>

Member Typedef Documentation

◆ Call_t

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

Definition at line 194 of file TGenCollectionProxy.h.

Constructor & Destructor Documentation

◆ Method() [1/3]

TGenCollectionProxy::Method::Method ( )
inline

Definition at line 196 of file TGenCollectionProxy.h.

◆ Method() [2/3]

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

Definition at line 197 of file TGenCollectionProxy.h.

◆ Method() [3/3]

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

Definition at line 198 of file TGenCollectionProxy.h.

Member Function Documentation

◆ invoke()

void* TGenCollectionProxy::Method::invoke ( void obj) const
inline

Definition at line 200 of file TGenCollectionProxy.h.

◆ operator=()

Method& TGenCollectionProxy::Method::operator= ( const Method m)
inline

Definition at line 199 of file TGenCollectionProxy.h.

Member Data Documentation

◆ call

Call_t TGenCollectionProxy::Method::call

Definition at line 195 of file TGenCollectionProxy.h.


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