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

Tape class representing the infinite memory structure of the Turing Machine. More...

#include "direction.hpp"
#include "string.hpp"
#include "symbol.hpp"
#include <iostream>
#include <map>
#include <ostream>
Include dependency graph for tape.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Tape
 Simulates the bilateral infinite tape layout of a Turing Machine. More...
 

Detailed Description

Tape class representing the infinite memory structure of the Turing Machine.

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

Definition in file tape.hpp.