|
MTMS main
Modern Turing Machine Simulator
|
This is the complete list of members for State, including all inherited members.
| get_label() const noexcept | State | inline |
| is_accept() const noexcept | State | inline |
| is_accept_ | State | private |
| label_ | State | private |
| operator<=>(const State &other) const noexcept | State | inline |
| operator==(const State &other) const noexcept | State | inline |
| State() noexcept | State | inline |
| State(std::string label, bool is_accept) noexcept(false) | State | inlineexplicit |