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

VCF::Procedure Class Reference

A callback that takes no arguments. More...

#include <vcf/FoundationKit/Delegates.h>

Inheritance diagram for VCF::Procedure:

VCF::CallBack VCF::Object VCF::FunctionTypeInfo VCF::ClassProcedure< ClassType > List of all members.

Public Types

typedef void(* FuncPtr )()

Public Member Functions

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

Public Attributes

FuncPtr staticFuncPtr

Detailed Description

A callback that takes no arguments.


Member Typedef Documentation

typedef void(* VCF::Procedure::FuncPtr)()
 


Constructor & Destructor Documentation

VCF::Procedure::Procedure  )  [inline]
 

VCF::Procedure::Procedure FuncPtr  funcPtr  )  [inline]
 

VCF::Procedure::Procedure const String str  )  [inline]
 

VCF::Procedure::Procedure Object source,
const String str
[inline]
 

virtual VCF::Procedure::~Procedure  )  [inline, virtual]
 


Member Function Documentation

void VCF::Procedure::beginInvoke AsyncResult initialResult,
AsyncCallback callback,
AsyncReturns returnObject
[inline, virtual]
 

Reimplemented in VCF::ClassProcedure< ClassType >.

virtual void VCF::Procedure::endInvoke AsyncResult  )  [inline, virtual]
 

virtual TypeArray VCF::Procedure::getArgumentTypes  )  const [inline, virtual]
 

Reimplemented from VCF::FunctionTypeInfo.

virtual void VCF::Procedure::invoke  )  [inline, virtual]
 

Reimplemented in VCF::ClassProcedure< ClassType >.


Member Data Documentation

FuncPtr VCF::Procedure::staticFuncPtr
 


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