Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::Delegate1< P1 > Class Template Reference

A delegate that takes one argument of type P1. More...

#include <vcf/FoundationKit/Delegates.h>

Inheritance diagram for VCF::Delegate1< P1 >:

VCF::Delegate VCF::AsyncReturns VCF::FunctionTypeInfo List of all members.

Public Types

typedef void(* FuncPtr )(P1)
typedef Procedure1< P1 > ProcedureType

Public Member Functions

 Delegate1 ()
virtual ~Delegate1 ()
Delegate1< P1 > & operator+= (FuncPtr rhs)
Delegate1< P1 > & operator+= (CallBack *rhs)
virtual TypeArray getArgumentTypes () const
void operator() (P1 p1)
void invoke (P1 p1)
AsyncResultbeginInvoke (P1 p1, AsyncCallback *callback)

Protected Member Functions

virtual void functionFinished (AsyncResult *, Runnable *runnable)

Detailed Description

template<typename P1>
class VCF::Delegate1< P1 >

A delegate that takes one argument of type P1.


Member Typedef Documentation

template<typename P1>
typedef void(* VCF::Delegate1< P1 >::FuncPtr)(P1)
 

template<typename P1>
typedef Procedure1<P1> VCF::Delegate1< P1 >::ProcedureType
 


Constructor & Destructor Documentation

template<typename P1>
VCF::Delegate1< P1 >::Delegate1  )  [inline]
 

template<typename P1>
virtual VCF::Delegate1< P1 >::~Delegate1  )  [inline, virtual]
 


Member Function Documentation

template<typename P1>
AsyncResult* VCF::Delegate1< P1 >::beginInvoke P1  p1,
AsyncCallback callback
[inline]
 

template<typename P1>
void VCF::Delegate1< P1 >::functionFinished AsyncResult ,
Runnable runnable
[inline, protected, virtual]
 

Implements VCF::AsyncReturns.

template<typename P1>
virtual TypeArray VCF::Delegate1< P1 >::getArgumentTypes  )  const [inline, virtual]
 

Reimplemented from VCF::FunctionTypeInfo.

template<typename P1>
void VCF::Delegate1< P1 >::invoke P1  p1  )  [inline]
 

template<typename P1>
void VCF::Delegate1< P1 >::operator() P1  p1  )  [inline]
 

template<typename P1>
Delegate1<P1>& VCF::Delegate1< P1 >::operator+= CallBack rhs  )  [inline]
 

template<typename P1>
Delegate1<P1>& VCF::Delegate1< P1 >::operator+= FuncPtr  rhs  )  [inline]
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information