Lumiera
0.pre.03
»edit your freedom«
|
Functions | |
int | capture (short param) |
void | undo (short param, int memento) |
Variables | |
const size_t | ALIGNMENT = sizeof(size_t) |
maximum additional storage maybe wasted due to alignment of the memento value within MementoTie | |
int | testVal =0 |
used to verify the effect of testFunc | |
void steam::control::test::anonymous_namespace{memento-tie-test.cpp}::undo | ( | short | param, |
int | memento | ||
) |
memento | simulates "Undo" of the command operation |
Definition at line 49 of file memento-tie-test.cpp.
Referenced by Command::Command(), and HandlingPattern::~HandlingPattern().
int steam::control::test::anonymous_namespace{memento-tie-test.cpp}::capture | ( | short | param | ) |
param | simulates capturing the undo state |
Definition at line 55 of file memento-tie-test.cpp.