template<typename SIG, typename MEM>
struct steam::control::stage::UndoDefinition< SIG, MEM >
Definition at line 172 of file command-def.hpp.
|
typedef function< UndoCaptureSig > | CaptFunc |
|
typedef CmdType::CmdArgs | CmdArgs |
|
typedef CommandSignature< SIG, MEM > | CmdType |
|
typedef CmdType::OperateSig | CommandOperationSig |
|
typedef function< CommandOperationSig > | OperFunc |
|
typedef CmdType::CaptureSig | UndoCaptureSig |
|
typedef function< UndoOperationSig > | UndoFunc |
|
typedef CmdType::UndoOp_Sig | UndoOperationSig |
|
|
| UndoDefinition (Activation const &whenComplete, OperFunc const &commandOperation, CaptFunc const &undoCapOperation) |
|
CompletedDefinition< SIG > | undoOperation (UndoOperationSig how_to_Undo) |
|
|
Activation | activatePrototype_ |
|
CaptFunc | captFunctor_ |
|
OperFunc | operFunctor_ |
|
UndoFunc | undoFunctor_ |
|
The documentation for this struct was generated from the following file: