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