FSMgine
High-performance finite state machine library for C++17 with single-threaded and multi-threaded variants
|
Components for managing state transitions. More...
Files | |
file | Transition.hpp |
State transition representation with guards and actions. | |
Classes | |
class | fsmgine::Transition< TEvent > |
Represents a transition between states in a finite state machine. More... | |
Components for managing state transitions.