FSMgine
High-performance finite state machine library for C++17 with single-threaded and multi-threaded variants
Loading...
Searching...
No Matches
Transition.hpp File Reference

State transition representation with guards and actions. More...

#include <functional>
#include <vector>
#include <string_view>
Include dependency graph for Transition.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

State transition representation with guards and actions.