class Enlighten::CallableEnqueueFunctorCommand
An object that can be called to enqueue a command.
Functions
Name | Description |
---|---|
CallableEnqueueFunctorCommand(IUpdateManager *) | Constructor. |
operator()(Functor &&) | Forwards. |
Anchor | ||||
---|---|---|---|---|
|
Enlighten::CallableEnqueueFunctorCommand::CallableEnqueueFunctorCommand
...
public: CallableEnqueueFunctorCommand
(
IUpdateManager * updateManager
)
...
Constructor.
Anchor | ||||
---|---|---|---|---|
|
void Enlighten::CallableEnqueueFunctorCommand::operator()
...
public: void operator()
(
Functor && functor
) const
...
Forwards.