Vcsn
2.3
Be Rational
|
#include <cctype>
#include <map>
#include <vcsn/misc/builtins.hh>
#include <vcsn/misc/format.hh>
#include <vcsn/misc/getargs.hh>
#include <vcsn/misc/map.hh>
#include <vcsn/misc/stream.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
Functions | |
std::string | vcsn::to_string (format i) |
Wrapper around operator<<. More... | |
std::ostream & | vcsn::operator<< (std::ostream &os, format i) |
Output in string form. More... | |
std::istream & | vcsn::operator>> (std::istream &is, format &i) |
Read from string form. More... | |