#include <non_halt_data_structures.hpp>
Collaboration diagram for owenTransition< T >:
Public Member Functions | |
owenTransition () | |
default contructor. | |
owenTransition (T newRead, T newWrite, typename std::vector< state< T > >::size_type newNextState, typename std::vector< state< T > >::size_type newOriginalState, typename infinite_tape< T >::direction newMove) | |
standard constructor. | |
Public Attributes | |
T | read |
T | write |
std::vector< state< T > >::size_type | originalState |
std::vector< state< T > >::size_type | nextState |
infinite_tape< T >::direction | move |
Definition at line 197 of file non_halt_data_structures.hpp.
|
default contructor.
Definition at line 204 of file non_halt_data_structures.hpp. |
|
standard constructor.
Definition at line 217 of file non_halt_data_structures.hpp. |