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