Compounds | |
class | infinite_tape |
an auto-expanding wrapper for an std::list. More... | |
class | state |
Single state of turing machine. More... | |
class | turing_machine |
turing machine with an arbitrary (but small) alphabet. More... | |
Functions | |
template<typename T> std::ostream & | operator<< (std::ostream &out, const infinite_tape< T > &to_print) |
function for use in displaying an infinite_tape object. | |
template<typename T> std::ostream & | operator<< (std::ostream &out, const state< T > &to_print) |
displays a state set. |
|
displays a state set.
|
|
function for use in displaying an infinite_tape object.
Definition at line 1228 of file infinite_tape.hpp. |