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

Definition at line 223 of file TGenCollectionProxy.h.

Public Types

typedef void *(* Call_t) ()
 

Public Member Functions

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

Public Attributes

Call_t call
 

#include <TGenCollectionProxy.h>

Member Typedef Documentation

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

Definition at line 225 of file TGenCollectionProxy.h.

Constructor & Destructor Documentation

TGenCollectionProxy::Method0::Method0 ( )
inline

Definition at line 227 of file TGenCollectionProxy.h.

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

Definition at line 228 of file TGenCollectionProxy.h.

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

Definition at line 229 of file TGenCollectionProxy.h.

Member Function Documentation

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

Definition at line 231 of file TGenCollectionProxy.h.

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

Definition at line 230 of file TGenCollectionProxy.h.

Member Data Documentation

Call_t TGenCollectionProxy::Method0::call

Definition at line 226 of file TGenCollectionProxy.h.


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