Vcsn
2.0
Be Rational
|
#include <iosfwd>
#include <string>
Go to the source code of this file.
Namespaces | |
vcsn | |
Enumerations | |
enum | vcsn::direction { vcsn::direction::forward, vcsn::direction::backward } |
Orientation. More... | |
Functions | |
std::string | vcsn::to_string (direction d) |
Conversion to string. More... | |
std::istream & | vcsn::operator>> (std::istream &is, direction &d) |
Parsing. More... | |
std::ostream & | vcsn::operator<< (std::ostream &os, direction d) |
Pretty-printing. More... | |