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

VCF::Delegate3< P1, P2, P3 > Class Template Reference

#include <Delegates.h>

Inheritance diagram for VCF::Delegate3< P1, P2, P3 >:

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

Public Types

typedef void(* FuncPtr )(P1, P2, P3)
typedef Procedure3< P1, P2,
P3 > 
ProcedureType

Public Member Functions

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

Protected Member Functions

virtual void functionFinished (AsyncResult *, Runnable *runnable)

template<typename P1, typename P2, typename P3>
class VCF::Delegate3< P1, P2, P3 >


Member Typedef Documentation

template<typename P1, typename P2, typename P3>
typedef void(* VCF::Delegate3< P1, P2, P3 >::FuncPtr)(P1, P2, P3)
 

template<typename P1, typename P2, typename P3>
typedef Procedure3<P1,P2,P3> VCF::Delegate3< P1, P2, P3 >::ProcedureType
 


Constructor & Destructor Documentation

template<typename P1, typename P2, typename P3>
VCF::Delegate3< P1, P2, P3 >::Delegate3  )  [inline]
 

template<typename P1, typename P2, typename P3>
virtual VCF::Delegate3< P1, P2, P3 >::~Delegate3  )  [inline, virtual]
 


Member Function Documentation

template<typename P1, typename P2, typename P3>
AsyncResult* VCF::Delegate3< P1, P2, P3 >::beginInvoke P1  p1,
P2  p2,
P3  p3,
AsyncCallback callback
[inline]
 

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

Implements VCF::AsyncReturns.

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

Reimplemented from VCF::FunctionTypeInfo.

template<typename P1, typename P2, typename P3>
void VCF::Delegate3< P1, P2, P3 >::invoke P1  p1,
P2  p2,
P3  p3
[inline]
 

template<typename P1, typename P2, typename P3>
void VCF::Delegate3< P1, P2, P3 >::operator() P1  p1,
P2  p2,
P3  p3
[inline]
 

template<typename P1, typename P2, typename P3>
Delegate3<P1,P2,P3>& VCF::Delegate3< P1, P2, P3 >::operator+= CallBack rhs  )  [inline]
 

template<typename P1, typename P2, typename P3>
Delegate3<P1,P2,P3>& VCF::Delegate3< P1, P2, P3 >::operator+= FuncPtr  rhs  )  [inline]
 


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