#include <non_halt_data_structures.hpp>
Collaboration diagram for stateSymbolPair< T >:
Public Member Functions | |
stateSymbolPair () | |
default contructor. | |
stateSymbolPair (typename std::vector< state< T > >::size_type sI, T s) | |
useful constructor. | |
Public Attributes | |
std::vector< state< T > >::size_type | stateIndicator |
T | symbol |
Friends | |
bool | operator< (const stateSymbolPair< T > &lhs, const stateSymbolPair< T > &rhs) |
operator < |
Definition at line 67 of file non_halt_data_structures.hpp.
|
default contructor.
Definition at line 74 of file non_halt_data_structures.hpp. |
|
useful constructor.
Definition at line 85 of file non_halt_data_structures.hpp. |
|
operator <
Definition at line 108 of file non_halt_data_structures.hpp. |