FSMgine
High-performance finite state machine library for C++17 with single-threaded and multi-threaded variants
|
Files | |
FSM.hpp | |
Core finite state machine implementation. | |
FSMBuilder.hpp | |
Fluent builder API for constructing finite state machines. | |
FSMgine.hpp | |
Main header file for the FSMgine library. | |
StringInterner.hpp | |
String interning utility for memory-efficient state name storage. | |
Transition.hpp | |
State transition representation with guards and actions. | |