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

VCF::Delegate0 Class Reference

A delegate that takes no arguments. More...

#include <vcf/FoundationKit/Delegates.h>

Inheritance diagram for VCF::Delegate0:

VCF::Delegate VCF::AsyncReturns VCF::FunctionTypeInfo List of all members.

Public Types

typedef void(* FuncPtr )()
typedef Procedure ProcedureType

Public Member Functions

 Delegate0 ()
virtual ~Delegate0 ()
Delegate0operator+= (FuncPtr rhs)
Delegate0operator+= (CallBack *rhs)
virtual TypeArray getArgumentTypes () const
void operator() ()
void invoke ()
AsyncResultbeginInvoke (AsyncCallback *callback)

Protected Member Functions

virtual void functionFinished (AsyncResult *, Runnable *runnable)

Detailed Description

A delegate that takes no arguments.


Member Typedef Documentation

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

typedef Procedure VCF::Delegate0::ProcedureType
 


Constructor & Destructor Documentation

VCF::Delegate0::Delegate0  )  [inline]
 

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


Member Function Documentation

AsyncResult* VCF::Delegate0::beginInvoke AsyncCallback callback  )  [inline]
 

void VCF::Delegate0::functionFinished AsyncResult ,
Runnable runnable
[inline, protected, virtual]
 

Implements VCF::AsyncReturns.

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

Reimplemented from VCF::FunctionTypeInfo.

void VCF::Delegate0::invoke  )  [inline]
 

void VCF::Delegate0::operator()  )  [inline]
 

Delegate0& VCF::Delegate0::operator+= CallBack rhs  )  [inline]
 

Delegate0& VCF::Delegate0::operator+= FuncPtr  rhs  )  [inline]
 


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