state_machine_cpp
|
Classes | |
class | Any |
Typedefs | |
using | TrivialHandler = void(Context &) |
using | ConditionalHandler = bool(const Context &) |
Enumerations | |
enum | Type : char { Type::Undefined, Type::Direct, Type::Conditional, Type::Parallelized } |
Functions | |
void | DO_NOTHING (Context &) |
using state_machine_cpp::Transition::ConditionalHandler = typedef bool(const Context &) |
Definition at line 15 of file transition_handlers.h.
using state_machine_cpp::Transition::TrivialHandler = typedef void(Context &) |
Definition at line 14 of file transition_handlers.h.
|
strong |
Enumerator | |
---|---|
Undefined | |
Direct | |
Conditional | |
Parallelized |
Definition at line 19 of file transition_handlers.h.
void state_machine_cpp::Transition::DO_NOTHING | ( | Context & | ) |