Vcsn  2.3a
Be Rational
format.hh File Reference
#include <string>
#include <vcsn/misc/export.hh>
Include dependency graph for format.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::format
 An input/output format for valuesets. More...
 

Namespaces

 vcsn
 

Functions

std::string vcsn::to_string (format i)
 Wrapper around operator<<. More...
 
std::istream & vcsn::operator>> (std::istream &is, format &i)
 Read from string form. More...
 
std::ostream & vcsn::operator<< (std::ostream &os, format i)
 Output in string form. More...