state_machine_cpp
transition_handlers.h File Reference
This graph shows which files directly or indirectly include this file:

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 &)
 

Enumerations

enum  state_machine_cpp::Transition::Type : char { state_machine_cpp::Transition::Type::Undefined, state_machine_cpp::Transition::Type::Direct, state_machine_cpp::Transition::Type::Conditional, state_machine_cpp::Transition::Type::Parallelized }
 

Functions

void state_machine_cpp::Transition::DO_NOTHING (Context &)