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

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

◆ Call_t

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

Definition at line 214 of file TGenCollectionProxy.h.

Constructor & Destructor Documentation

◆ Method0() [1/3]

TGenCollectionProxy::Method0::Method0 ( )
inline

Definition at line 216 of file TGenCollectionProxy.h.

◆ Method0() [2/3]

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

Definition at line 217 of file TGenCollectionProxy.h.

◆ Method0() [3/3]

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

Definition at line 218 of file TGenCollectionProxy.h.

Member Function Documentation

◆ invoke()

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

Definition at line 220 of file TGenCollectionProxy.h.

◆ operator=()

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

Definition at line 219 of file TGenCollectionProxy.h.

Member Data Documentation

◆ call

Call_t TGenCollectionProxy::Method0::call

Definition at line 215 of file TGenCollectionProxy.h.


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