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

VCF::ClassFunction5< ReturnType, P1, P2, P3, P4, P5, ClassType > Class Template Reference

#include <Delegates.h>

Inheritance diagram for VCF::ClassFunction5< ReturnType, P1, P2, P3, P4, P5, ClassType >:

VCF::Function5< ReturnType, P1, P2, P3, P4, P5 > VCF::CallBack VCF::Object VCF::FunctionTypeInfo List of all members.

Public Types

typedef ReturnType(ClassType::* ClassFuncPtr )(P1, P2, P3, P4, P5)

Public Member Functions

 ClassFunction5 ()
 ClassFunction5 (ClassType *src, ClassFuncPtr funcPtr)
 ClassFunction5 (ClassType *src, ClassFuncPtr funcPtr, const String &s)
virtual ReturnType invoke (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
virtual void beginInvoke (P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, AsyncResult *initialResult, AsyncCallback *callback, AsyncReturns *returnObject)

Public Attributes

ClassFuncPtr classFuncPtr
ClassType * funcSrc

Protected Member Functions

virtual ~ClassFunction5 ()

template<typename ReturnType, typename P1, typename P2, typename P3, typename P4, typename P5, typename ClassType>
class VCF::ClassFunction5< ReturnType, P1, P2, P3, P4, P5, ClassType >


Member Typedef Documentation

template<typename ReturnType, typename P1, typename P2, typename P3, typename P4, typename P5, typename ClassType>
typedef ReturnType(ClassType::* VCF::ClassFunction5< ReturnType, P1, P2, P3, P4, P5, ClassType >::ClassFuncPtr)(P1, P2, P3, P4, P5)
 


Constructor & Destructor Documentation

template<typename ReturnType, typename P1, typename P2, typename P3, typename P4, typename P5, typename ClassType>
VCF::ClassFunction5< ReturnType, P1, P2, P3, P4, P5, ClassType >::ClassFunction5  )  [inline]
 

template<typename ReturnType, typename P1, typename P2, typename P3, typename P4, typename P5, typename ClassType>
VCF::ClassFunction5< ReturnType, P1, P2, P3, P4, P5, ClassType >::ClassFunction5 ClassType *  src,
ClassFuncPtr  funcPtr
[inline]
 

template<typename ReturnType, typename P1, typename P2, typename P3, typename P4, typename P5, typename ClassType>
VCF::ClassFunction5< ReturnType, P1, P2, P3, P4, P5, ClassType >::ClassFunction5 ClassType *  src,
ClassFuncPtr  funcPtr,
const String s
[inline]
 

template<typename ReturnType, typename P1, typename P2, typename P3, typename P4, typename P5, typename ClassType>
virtual VCF::ClassFunction5< ReturnType, P1, P2, P3, P4, P5, ClassType >::~ClassFunction5  )  [inline, protected, virtual]
 


Member Function Documentation

template<typename ReturnType, typename P1, typename P2, typename P3, typename P4, typename P5, typename ClassType>
void VCF::ClassFunction5< ReturnType, P1, P2, P3, P4, P5, ClassType >::beginInvoke P1  p1,
P2  p2,
P3  p3,
P4  p4,
P5  p5,
AsyncResult initialResult,
AsyncCallback callback,
AsyncReturns returnObject
[inline, virtual]
 

Reimplemented from VCF::Function5< ReturnType, P1, P2, P3, P4, P5 >.

template<typename ReturnType, typename P1, typename P2, typename P3, typename P4, typename P5, typename ClassType>
virtual ReturnType VCF::ClassFunction5< ReturnType, P1, P2, P3, P4, P5, ClassType >::invoke P1  p1,
P2  p2,
P3  p3,
P4  p4,
P5  p5
[inline, virtual]
 

Reimplemented from VCF::Function5< ReturnType, P1, P2, P3, P4, P5 >.


Member Data Documentation

template<typename ReturnType, typename P1, typename P2, typename P3, typename P4, typename P5, typename ClassType>
ClassFuncPtr VCF::ClassFunction5< ReturnType, P1, P2, P3, P4, P5, ClassType >::classFuncPtr
 

template<typename ReturnType, typename P1, typename P2, typename P3, typename P4, typename P5, typename ClassType>
ClassType* VCF::ClassFunction5< ReturnType, P1, P2, P3, P4, P5, ClassType >::funcSrc
 


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