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

VCF::Function2< ReturnType, P1, P2 > Class Template Reference

#include <Delegates.h>

Inheritance diagram for VCF::Function2< ReturnType, P1, P2 >:

VCF::CallBack VCF::Object VCF::FunctionTypeInfo VCF::ClassFunction2< ReturnType, P1, P2, ClassType > List of all members.

Public Types

typedef ReturnType(* FuncPtr )(P1, P2)

Public Member Functions

 Function2 ()
 Function2 (FuncPtr funcPtr)
virtual TypeArray getArgumentTypes () const
virtual const std::type_info & getReturnType () const
virtual ReturnType invoke (P1 p1, P2 p2)
virtual void beginInvoke (P1 p1, P2 p2, AsyncResult *initialResult, AsyncCallback *callback, AsyncReturns *returnObject)

Public Attributes

FuncPtr staticFuncPtr

Protected Member Functions

virtual ~Function2 ()

template<typename ReturnType, typename P1, typename P2>
class VCF::Function2< ReturnType, P1, P2 >


Member Typedef Documentation

template<typename ReturnType, typename P1, typename P2>
typedef ReturnType(* VCF::Function2< ReturnType, P1, P2 >::FuncPtr)(P1, P2)
 


Constructor & Destructor Documentation

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

template<typename ReturnType, typename P1, typename P2>
VCF::Function2< ReturnType, P1, P2 >::Function2 FuncPtr  funcPtr  )  [inline]
 

template<typename ReturnType, typename P1, typename P2>
virtual VCF::Function2< ReturnType, P1, P2 >::~Function2  )  [inline, protected, virtual]
 


Member Function Documentation

template<typename ReturnType, typename P1, typename P2>
void VCF::Function2< ReturnType, P1, P2 >::beginInvoke P1  p1,
P2  p2,
AsyncResult initialResult,
AsyncCallback callback,
AsyncReturns returnObject
[inline, virtual]
 

Reimplemented in VCF::ClassFunction2< ReturnType, P1, P2, ClassType >.

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

Reimplemented from VCF::FunctionTypeInfo.

template<typename ReturnType, typename P1, typename P2>
virtual const std::type_info& VCF::Function2< ReturnType, P1, P2 >::getReturnType  )  const [inline, virtual]
 

Reimplemented from VCF::FunctionTypeInfo.

template<typename ReturnType, typename P1, typename P2>
virtual ReturnType VCF::Function2< ReturnType, P1, P2 >::invoke P1  p1,
P2  p2
[inline, virtual]
 

Reimplemented in VCF::ClassFunction2< ReturnType, P1, P2, ClassType >.


Member Data Documentation

template<typename ReturnType, typename P1, typename P2>
FuncPtr VCF::Function2< ReturnType, P1, P2 >::staticFuncPtr
 


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