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

VCF::Function< ReturnType > Class Template Reference

#include <Delegates.h>

Inheritance diagram for VCF::Function< ReturnType >:

VCF::CallBack VCF::Object VCF::FunctionTypeInfo VCF::ClassFunction< ReturnType, ClassType > List of all members.

Public Types

typedef ReturnType(* FuncPtr )()

Public Member Functions

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

Public Attributes

FuncPtr staticFuncPtr

Protected Member Functions

virtual ~Function ()

template<typename ReturnType>
class VCF::Function< ReturnType >


Member Typedef Documentation

template<typename ReturnType>
typedef ReturnType(* VCF::Function< ReturnType >::FuncPtr)()
 


Constructor & Destructor Documentation

template<typename ReturnType>
VCF::Function< ReturnType >::Function  )  [inline]
 

template<typename ReturnType>
VCF::Function< ReturnType >::Function FuncPtr  funcPtr  )  [inline]
 

template<typename ReturnType>
virtual VCF::Function< ReturnType >::~Function  )  [inline, protected, virtual]
 


Member Function Documentation

template<typename ReturnType>
void VCF::Function< ReturnType >::beginInvoke AsyncResult initialResult,
AsyncCallback callback,
AsyncReturns returnObject
[inline, virtual]
 

Reimplemented in VCF::ClassFunction< ReturnType, ClassType >.

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

Reimplemented from VCF::FunctionTypeInfo.

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

Reimplemented from VCF::FunctionTypeInfo.

template<typename ReturnType>
virtual ReturnType VCF::Function< ReturnType >::invoke  )  [inline, virtual]
 

Reimplemented in VCF::ClassFunction< ReturnType, ClassType >.


Member Data Documentation

template<typename ReturnType>
FuncPtr VCF::Function< ReturnType >::staticFuncPtr
 


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