Vcsn  2.2a
Be Rational
direction.hh File Reference
#include <iosfwd>
#include <string>
Include dependency graph for direction.hh:
This graph shows which files directly or indirectly include this file:

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...