MTMS main
Modern Turing Machine Simulator
Loading...
Searching...
No Matches
state.hpp File Reference

State class to represent a state within the Turing Machine's finite control. More...

#include <string>
#include <string_view>
#include <utility>
Include dependency graph for state.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  State
 Represents a single state in the finite set of states (Q) of the Turing Machine. More...
 

Detailed Description

State class to represent a state within the Turing Machine's finite control.

Author
wh0crypt (wh0cr.nosp@m.ypt@.nosp@m.proto.nosp@m.n.me)
Version
0.1
Date
2026-06-27

Definition in file state.hpp.