#include <state.hpp>
Public Member Functions | |
transition_struct () | |
default constructor. | |
transition_struct (T new_write, typename std::vector< state< T > >::size_type new_next_state, typename infinite_tape< T >::direction new_move) | |
construct a transition_struct from the proper data members | |
void | print (std::ostream &out) const |
displays a transition. | |
Public Attributes | |
T | write |
std::vector< state< T > >::size_type | next_state |
infinite_tape< T >::direction | move |
Definition at line 214 of file state.hpp.
|
default constructor.
|
|
construct a transition_struct from the proper data members
|
|
displays a transition.
|