API Guides > ConceptRT 3.x
DelegateVoid Class Referenceabstract

Base class for delegates without parameter. More...

Detailed Description

Base class for delegates without parameter.

Version
3.5 or greater feature.
+ Inheritance diagram for DelegateVoid:

Public Member Methods

virtual void Execute ()=0
 Executes the delegate More...
 
virtual bool GetDefined () const =0
 Query if target is defined. More...
 

Methods Documentation

virtual void Execute ( )
pure virtual

Executes the delegate

Implemented in DelegateFunctionVoid, and DelegateMethodVoid< TargetClass >.

virtual bool GetDefined ( ) const
pure virtual

Query if target is defined.

Returns
true if it defined.

Implemented in DelegateFunctionVoid, and DelegateMethodVoid< TargetClass >.