|
Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <alib/string>Go to the source code of this file.
Namespaces | |
| namespace | automaton |
Enumerations | |
| enum class | automaton::Shift { automaton::LEFT , automaton::RIGHT , automaton::NONE } |
Functions | |
| std::string | automaton::shiftToString (automaton::Shift shift) |
| automaton::Shift | automaton::shiftFromString (const std::string &shift) |
| ext::ostream & | automaton::operator<< (ext::ostream &out, const automaton::Shift &) |