33#ifndef STEAM_CONTROL_COMMAND_QUEUE_H
34#define STEAM_CONTROL_COMMAND_QUEUE_H
68 throw error::Logic(
_Fmt(
"Reject '%s'. Not suitably prepared for invocation: %s")
70 ,
LERR_(UNBOUND_ARGUMENTS));
ST & stateCore()
allow derived classes to access state representation
Implementation of the Session's command queue.
CommandQueue & feed(Command &&cmd)
Handle object representing a single Command instance to be used by client code.
A front-end for using printf-style formatting.
Steam-Layer command frontend.
Conveniently iterable stack and queue containers.
LumieraError< LERR_(LOGIC)> Logic
Steam-Layer implementation namespace root.
A Queue which can be pulled by iterating.
IterQueue & feed(TY const &elm)
Tiny helper functions and shortcuts to be used everywhere Consider this header to be effectively incl...