|
MTMS main
Modern Turing Machine Simulator
|
This is the complete list of members for Tape, including all inherited members.
| cells_ | Tape | private |
| head_pos_ | Tape | private |
| move(Direction dir) noexcept | Tape | inline |
| operator<< | Tape | friend |
| print(std::ostream &os=std::cout) const noexcept | Tape | |
| read() const noexcept | Tape | |
| Tape() noexcept | Tape | inline |
| Tape(String str) noexcept(false) | Tape | explicit |
| write(Symbol symbol) noexcept(false) | Tape | inline |