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

Definition at line 218 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

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

Definition at line 220 of file TGenCollectionProxy.h.

Constructor & Destructor Documentation

TGenCollectionProxy::Method0::Method0 ( )
inline

Definition at line 222 of file TGenCollectionProxy.h.

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

Definition at line 223 of file TGenCollectionProxy.h.

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

Definition at line 224 of file TGenCollectionProxy.h.

Member Function Documentation

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

Definition at line 226 of file TGenCollectionProxy.h.

Referenced by TGenCollectionProxy::PushProxy().

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

Definition at line 225 of file TGenCollectionProxy.h.

Member Data Documentation

Call_t TGenCollectionProxy::Method0::call

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