![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Proof-of-concept implementation of CmdClosure. More...
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>Namespaces | |
| namespace | steam |
| Steam-Layer implementation namespace root. | |
| namespace | steam::control |
| Steam-Layer dispatcher, controller and administrative facilities. | |
Classes | |
| class | SimpleClosure< SIG > |
| Dummy / proof-of-concept implementation of CmdClosure. More... | |