ROOT  6.06/08
Reference Guide
Public Types | Public Member Functions | Public Attributes | List of all members
TGenCollectionProxy::Method0 Class Reference

Definition at line 219 of file TGenCollectionProxy.h.

Public Types

typedef void *(* Call_t) ()
 

Public Member Functions

 Method0 ()
 
 Method0 (Call_t c)
 
 Method0 (const Method0 &m)
 
Method0operator= (const Method0 &m)
 
voidinvoke () const
 

Public Attributes

Call_t call
 

#include <TGenCollectionProxy.h>

Member Typedef Documentation

§ Call_t

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

Definition at line 221 of file TGenCollectionProxy.h.

Constructor & Destructor Documentation

§ Method0() [1/3]

TGenCollectionProxy::Method0::Method0 ( )
inline

Definition at line 223 of file TGenCollectionProxy.h.

§ Method0() [2/3]

TGenCollectionProxy::Method0::Method0 ( Call_t  c)
inline

Definition at line 224 of file TGenCollectionProxy.h.

§ Method0() [3/3]

TGenCollectionProxy::Method0::Method0 ( const Method0 m)
inline

Definition at line 225 of file TGenCollectionProxy.h.

Member Function Documentation

§ invoke()

void* TGenCollectionProxy::Method0::invoke ( ) const
inline

Definition at line 227 of file TGenCollectionProxy.h.

Referenced by TGenCollectionProxy::PushProxy().

§ operator=()

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

Definition at line 226 of file TGenCollectionProxy.h.

Member Data Documentation

§ call

Call_t TGenCollectionProxy::Method0::call

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