Delegate that is able to execute a function. More...
Delegate that is able to execute a function.
ParameterType | Type of the delegate parameter. |
Public Member Methods | |
DelegateFunction () | |
Default constructor. More... | |
DelegateFunction (Function function) | |
Default constructor. More... | |
void | Define (Function function) |
Defines. More... | |
void | Execute (ParameterType parameter) |
Executes the delegate More... | |
bool | GetDefined () const |
Query if target is defined. More... | |
DelegateFunction | ( | ) |
Default constructor.
DelegateFunction | ( | Function | function | ) |
Default constructor.
function | The function. |
void Define | ( | Function | function | ) |
Defines.
function | The function. |
|
virtual |
|
virtual |