Vcsn
2.4
Be Rational
|
Go to the source code of this file.
Classes | |
class | vcsn::rat::identities |
An expressionset can implement several different sets of identities on expressions. More... | |
struct | vcsn::detail::join_impl< rat::identities, rat::identities > |
Namespaces | |
vcsn | |
vcsn::rat | |
vcsn::detail | |
Functions | |
std::string | vcsn::rat::to_string (identities i) |
Wrapper around operator<<. More... | |
std::istream & | vcsn::rat::operator>> (std::istream &is, identities &i) |
Read from string form. More... | |
std::ostream & | vcsn::rat::operator<< (std::ostream &os, identities i) |
Output in string form. More... | |
identities | vcsn::rat::meet (identities i1, identities i2) |