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

VCF::Procedure4< P1, P2, P3, P4 > Class Template Reference

#include <Delegates.h>

Inheritance diagram for VCF::Procedure4< P1, P2, P3, P4 >:

VCF::CallBack VCF::Object VCF::FunctionTypeInfo VCF::ClassProcedure4< P1, P2, P3, P4, ClassType > List of all members.

Public Types

typedef void(* FuncPtr )(P1, P2, P3, P4)

Public Member Functions

 Procedure4 ()
 Procedure4 (FuncPtr funcPtr)
 Procedure4 (const String &str)
 Procedure4 (Object *source, const String &str)
virtual TypeArray getArgumentTypes () const
virtual void invoke (P1 p1, P2 p2, P3 p3, P4 p4)
virtual void beginInvoke (P1 p1, P2 p2, P3 p3, P4 p4, AsyncResult *initialResult, AsyncCallback *callback, AsyncReturns *returnObject)
virtual void endInvoke (AsyncResult *)

Public Attributes

FuncPtr staticFuncPtr

Protected Member Functions

virtual ~Procedure4 ()

template<typename P1, typename P2, typename P3, typename P4>
class VCF::Procedure4< P1, P2, P3, P4 >


Member Typedef Documentation

template<typename P1, typename P2, typename P3, typename P4>
typedef void(* VCF::Procedure4< P1, P2, P3, P4 >::FuncPtr)(P1, P2, P3, P4)
 


Constructor & Destructor Documentation

template<typename P1, typename P2, typename P3, typename P4>
VCF::Procedure4< P1, P2, P3, P4 >::Procedure4  )  [inline]
 

template<typename P1, typename P2, typename P3, typename P4>
VCF::Procedure4< P1, P2, P3, P4 >::Procedure4 FuncPtr  funcPtr  )  [inline]
 

template<typename P1, typename P2, typename P3, typename P4>
VCF::Procedure4< P1, P2, P3, P4 >::Procedure4 const String str  )  [inline]
 

template<typename P1, typename P2, typename P3, typename P4>
VCF::Procedure4< P1, P2, P3, P4 >::Procedure4 Object source,
const String str
[inline]
 

template<typename P1, typename P2, typename P3, typename P4>
virtual VCF::Procedure4< P1, P2, P3, P4 >::~Procedure4  )  [inline, protected, virtual]
 


Member Function Documentation

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

Reimplemented in VCF::ClassProcedure4< P1, P2, P3, P4, ClassType >.

template<typename P1, typename P2, typename P3, typename P4>
virtual void VCF::Procedure4< P1, P2, P3, P4 >::endInvoke AsyncResult  )  [inline, virtual]
 

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

Reimplemented from VCF::FunctionTypeInfo.

template<typename P1, typename P2, typename P3, typename P4>
virtual void VCF::Procedure4< P1, P2, P3, P4 >::invoke P1  p1,
P2  p2,
P3  p3,
P4  p4
[inline, virtual]
 

Reimplemented in VCF::ClassProcedure4< P1, P2, P3, P4, ClassType >.


Member Data Documentation

template<typename P1, typename P2, typename P3, typename P4>
FuncPtr VCF::Procedure4< P1, P2, P3, P4 >::staticFuncPtr
 


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