Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Proof-of-concept implementation of CmdClosure.
This is used for test only, to invoke an arbitrary matching functor with arguments stored embedded within this closure. In the real system, a more elaborate version of the same concept is used, with the additional complication of managing the UNDO operation as well.
Definition in file command-simple-closure.hpp.
#include "lib/typed-allocation-manager.hpp"
#include "steam/control/command-op-closure.hpp"
#include "lib/opaque-holder.hpp"
#include <string>
Classes | |
class | SimpleClosure< SIG > |
Dummy / proof-of-concept implementation of CmdClosure. More... | |
Namespaces | |
steam | |
Steam-Layer implementation namespace root. | |
steam::control | |
Steam-Layer dispatcher, controller and administrative facilities. | |