1 #ifndef VCSN_MISC_DIRECTION_HH
2 # define VCSN_MISC_DIRECTION_HH
28 #endif // !VCSN_MISC_DIRECTION_HH
std::ostream & operator<<(std::ostream &os, direction d)
Pretty-printing.
std::istream & operator>>(std::istream &is, direction &d)
Parsing.
std::istringstream is
The input stream: the specification to translate.
std::ostringstream os
The output stream: the corresponding C++ snippet to compile.
std::string to_string(direction d)
Conversion to string.