FSMgine
High-performance finite state machine library for C++17 with single-threaded and multi-threaded variants
Loading...
Searching...
No Matches
FSMgine.hpp
Go to the documentation of this file.
1
51
52#pragma once
53
54#include <variant>
55
56// Main FSMgine header - includes everything you need
59#include "FSMgine/FSM.hpp"
61
64namespace fsm = fsmgine;
65
68namespace fsmgine {
72}
Fluent builder API for constructing finite state machines.
Core finite state machine implementation.
String interning utility for memory-efficient state name storage.
State transition representation with guards and actions.
A high-performance finite state machine implementation.
Definition FSM.hpp:94
Main namespace for the FSMgine library.
Definition FSM.hpp:23