state_machine_cpp
|
Go to the source code of this file.
Namespaces | |
state_machine_cpp | |
state_machine_cpp::Transition | |
Typedefs | |
using | state_machine_cpp::Transition::TrivialHandler = void(Context &) |
using | state_machine_cpp::Transition::ConditionalHandler = bool(const Context &) |
Functions | |
void | state_machine_cpp::Transition::DO_NOTHING (Context &) |