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

VCF::Function1< ReturnType, P1 > Class Template Reference

#include <Delegates.h>

Inheritance diagram for VCF::Function1< ReturnType, P1 >:

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

Public Types

typedef ReturnType(* FuncPtr )(P1)

Public Member Functions

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

Public Attributes

FuncPtr staticFuncPtr

Protected Member Functions

virtual ~Function1 ()

template<typename ReturnType, typename P1>
class VCF::Function1< ReturnType, P1 >


Member Typedef Documentation

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


Constructor & Destructor Documentation

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

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

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


Member Function Documentation

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

Reimplemented in VCF::ClassFunction1< ReturnType, P1, ClassType >.

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

Reimplemented from VCF::FunctionTypeInfo.

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

Reimplemented from VCF::FunctionTypeInfo.

template<typename ReturnType, typename P1>
virtual ReturnType VCF::Function1< ReturnType, P1 >::invoke P1  p1  )  [inline, virtual]
 

Reimplemented in VCF::ClassFunction1< ReturnType, P1, ClassType >.


Member Data Documentation

template<typename ReturnType, typename P1>
FuncPtr VCF::Function1< ReturnType, P1 >::staticFuncPtr
 


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