FSMgine
High-performance finite state machine library for C++17 with single-threaded and multi-threaded variants
|
State transition representation with guards and actions. More...
#include <functional>
#include <vector>
#include <string_view>
Go to the source code of this file.
Classes | |
class | fsmgine::Transition< TEvent > |
Represents a transition between states in a finite state machine. More... | |
Namespaces | |
namespace | fsmgine |
Main namespace for the FSMgine library. | |
State transition representation with guards and actions.