Base class for delegates without parameter. More...
Base class for delegates without parameter.
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... | |
|
pure virtual |
Executes the delegate
Implemented in DelegateFunctionVoid, and DelegateMethodVoid< TargetClass >.
|
pure virtual |
Query if target is defined.
Implemented in DelegateFunctionVoid, and DelegateMethodVoid< TargetClass >.