Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Functions
Shift.cpp File Reference
#include "Shift.h"
#include "../AutomatonException.h"
Include dependency graph for Shift.cpp:

Namespaces

namespace  automaton
 

Functions

automaton::Shift automaton::shiftFromString (const std::string &shift)
 
std::string automaton::shiftToString (automaton::Shift shift)
 
ext::ostreamautomaton::operator<< (ext::ostream &out, const automaton::Shift &)