59 def.operation(command1::operate)
60 .captureUndo(command1::capture)
61 .undoOperation(command1::undoIt);
66 def.operation(command2::operate)
67 .captureUndo(command2::capture)
68 .undoOperation(command2::undoIt);
73 def.operation(command3::operate)
74 .captureUndo(command3::capture)
75 .undoOperation(command3::undoIt);
Actually defining a command and binding it to execution parameters.
#define COMMAND_DEFINITION(_NAME_)
Macro to write command definitions in a compact form.
int64_t check_
< test command just adding a given value
ulong check_
< test command with zero arguments
Steam-Layer implementation namespace root.
Test runner and basic definitions for tests.
Some dummy command functions used for building unit test cases.