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

VCF::Delegate2< P1, P2 > Class Template Reference

#include <Delegates.h>

Inheritance diagram for VCF::Delegate2< P1, P2 >:

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

Public Types

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

Public Member Functions

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

Protected Member Functions

virtual void functionFinished (AsyncResult *, Runnable *runnable)

template<typename P1, typename P2>
class VCF::Delegate2< P1, P2 >


Member Typedef Documentation

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

template<typename P1, typename P2>
typedef Procedure2<P1,P2> VCF::Delegate2< P1, P2 >::ProcedureType
 


Constructor & Destructor Documentation

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

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


Member Function Documentation

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

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

Implements VCF::AsyncReturns.

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

Reimplemented from VCF::FunctionTypeInfo.

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

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

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

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


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