FSMgine
High-performance finite state machine library for C++17 with single-threaded and multi-threaded variants
Loading...
Searching...
No Matches
Builder API

Fluent interface for FSM construction. More...

Files

file  FSMBuilder.hpp
 Fluent builder API for constructing finite state machines.
 

Classes

class  fsmgine::TransitionBuilder< TEvent >
 Builder for creating transitions with a fluent interface. More...
 
class  fsmgine::FSMBuilder< TEvent >
 Main builder class for constructing FSMs with a fluent interface. More...
 

Detailed Description

Fluent interface for FSM construction.