Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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 193 of file TGenCollectionProxy.h.

Public Types

typedef void *(* Call_t) (void *)
 

Public Member Functions

 Method ()
 
 Method (Call_t c)
 
 Method (const Method &m)
 
void * invoke (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 195 of file TGenCollectionProxy.h.

Constructor & Destructor Documentation

◆ Method() [1/3]

TGenCollectionProxy::Method::Method ( )
inline

Definition at line 197 of file TGenCollectionProxy.h.

◆ Method() [2/3]

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

Definition at line 198 of file TGenCollectionProxy.h.

◆ Method() [3/3]

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

Definition at line 199 of file TGenCollectionProxy.h.

Member Function Documentation

◆ invoke()

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

Definition at line 201 of file TGenCollectionProxy.h.

◆ operator=()

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

Definition at line 200 of file TGenCollectionProxy.h.

Member Data Documentation

◆ call

Call_t TGenCollectionProxy::Method::call

Definition at line 196 of file TGenCollectionProxy.h.

Libraries for TGenCollectionProxy::Method:

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