infinite_tape< T > | An auto-expanding wrapper for an std::list |
localTape< T > | Represents a one or two cell portion of a turing machine tape |
owenTransition< T > | Represents a free standing transition for a turing machine |
state< T > | Single state of turing machine |
state< T >::transition_struct | Structure to hold transition |
stateSymbolPair< T > | Encapsulates a turing machine state and a current read head symbol |
sweepStats< T > | Holds data for extracted components of multi-sweep christmas trees |
tapeBoundsTriple< T > | Maintains a snapshot of a turing machine tape include |
tapeChunk< T > | Representation of an arbitrary size local tape configuration |
turing_machine< T > | Turing machine with an arbitrary (but small) alphabet |