Logo ROOT   6.10/00
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

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

Definition at line 214 of file TGenCollectionProxy.h.

Constructor & Destructor Documentation

TGenCollectionProxy::Method0::Method0 ( )
inline

Definition at line 216 of file TGenCollectionProxy.h.

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

Definition at line 217 of file TGenCollectionProxy.h.

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

Definition at line 218 of file TGenCollectionProxy.h.

Member Function Documentation

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

Definition at line 220 of file TGenCollectionProxy.h.

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

Definition at line 219 of file TGenCollectionProxy.h.

Member Data Documentation

Call_t TGenCollectionProxy::Method0::call

Definition at line 215 of file TGenCollectionProxy.h.


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