Callable object (incl. lambda expressions) commands.
Name | Description |
---|---|
Execute(IUpdateManagerWorker *) | Function called when the command is executed, which will happen on the worker thread if one is running. |
Execute(IUpdateManagerWorker *) | Function called when the command is executed, which will happen on the worker thread if one is running. |
FunctorCommand(Functor &&) | Constructor. |
FunctorCommand(FunctorCommand &&) | Move Constructor. |
public: virtual void Execute
(
IUpdateManagerWorker * worker
)
Function called when the command is executed, which will happen on the worker thread if one is running.
public: virtual void Execute
(
IUpdateManagerWorker * worker
)
Function called when the command is executed, which will happen on the worker thread if one is running.
public: FunctorCommand
(
Functor && functor
)
Constructor.
public: FunctorCommand
(
FunctorCommand && other
)
Move Constructor.