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

VCF::Procedure1< P1 > Class Template Reference

Represents a callback for a static function with one function argument of type P1 and no return type. More...

#include <vcf/FoundationKit/Delegates.h>

Inheritance diagram for VCF::Procedure1< P1 >:

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

Public Types

typedef Procedure1< AsyncResult * > AsyncCallback
typedef void(* FuncPtr )(P1)

Public Member Functions

 Procedure1 ()
 Procedure1 (FuncPtr funcPtr)
 Procedure1 (const String &str)
 Procedure1 (Object *source, const String &str)
virtual TypeArray getArgumentTypes () const
virtual void invoke (P1 p1)
virtual void beginInvoke (P1 p1, AsyncResult *initialResult, AsyncCallback *callback, AsyncReturns *returnObject)
virtual void endInvoke (AsyncResult *)

Public Attributes

FuncPtr staticFuncPtr

Protected Member Functions

virtual ~Procedure1 ()

Detailed Description

template<typename P1>
class VCF::Procedure1< P1 >

Represents a callback for a static function with one function argument of type P1 and no return type.


Member Typedef Documentation

template<typename P1>
typedef Procedure1<AsyncResult*> VCF::Procedure1< P1 >::AsyncCallback
 

template<typename P1>
typedef void(* VCF::Procedure1< P1 >::FuncPtr)(P1)
 


Constructor & Destructor Documentation

template<typename P1>
VCF::Procedure1< P1 >::Procedure1  )  [inline]
 

template<typename P1>
VCF::Procedure1< P1 >::Procedure1 FuncPtr  funcPtr  )  [inline]
 

template<typename P1>
VCF::Procedure1< P1 >::Procedure1 const String str  )  [inline]
 

template<typename P1>
VCF::Procedure1< P1 >::Procedure1 Object source,
const String str
[inline]
 

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


Member Function Documentation

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

Reimplemented in VCF::ClassProcedure1< P1, ClassType >.

template<typename P1>
virtual void VCF::Procedure1< P1 >::endInvoke AsyncResult  )  [inline, virtual]
 

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

Reimplemented from VCF::FunctionTypeInfo.

template<typename P1>
virtual void VCF::Procedure1< P1 >::invoke P1  p1  )  [inline, virtual]
 

Reimplemented in VCF::ClassProcedure1< P1, ClassType >.


Member Data Documentation

template<typename P1>
FuncPtr VCF::Procedure1< P1 >::staticFuncPtr
 


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