30 using LERR_(UNBOUND_ARGUMENTS);
129 queue.
pop().execSync();
Token or Atom with distinct identity.
Helper class used solely for defining a Command-Object.
auto operation(FUN operation_to_define)
Implementation of the Session's command queue.
CommandQueue & feed(Command &&cmd)
Handle object representing a single Command instance to be used by client code.
Command newInstance() const
create independent (anonymous) clone copy of this command
static bool remove(Symbol cmdID)
void verifyExecutabilityCheck()
Actually defining a command and binding it to execution parameters.
Implementation building block of SteamDispatcher to organise commands.
void undoIt(int, int64_t oldVal)
void operate(int someVal)
void undoIt(ulong oldVal)
Steam-Layer implementation namespace root.
Test runner and basic definitions for tests.
bool isnil(lib::time::Duration const &dur)
Simplistic test class runner.
#define LAUNCHER(_TEST_CLASS_, _GROUPS_)
RET bind()
Accept dummy binding (0 Arg)
Marker types to indicate a literal string and a Symbol.
Some dummy command functions used for building unit test cases.
#define VERIFY_ERROR(ERROR_ID, ERRONEOUS_STATEMENT)
Macro to verify that a statement indeed raises an exception.
Tiny helper functions and shortcuts to be used everywhere Consider this header to be effectively incl...