|
MTMS main
Modern Turing Machine Simulator
|
This is the complete list of members for String, including all inherited members.
| begin() const noexcept | String | inline |
| end() const noexcept | String | inline |
| get_str() const noexcept(false) | String | |
| is_valid_for(const Alphabet &alphabet) const noexcept | String | |
| length() const noexcept | String | inline |
| operator<=>(const String &other) const noexcept=default | String | |
| String() noexcept=default | String | |
| String(const Symbol &symbol) noexcept(false) | String | inlineexplicit |
| String(std::string_view str) noexcept(false) | String | explicit |
| String(std::vector< Symbol > vec) noexcept(false) | String | inlineexplicit |
| symbols_ | String | private |