Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Enumerations | Functions
Shift.h File Reference
#include <alib/string>
Include dependency graph for Shift.h:
This graph shows which files directly or indirectly include this file:

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::ostreamautomaton::operator<< (ext::ostream &out, const automaton::Shift &)