Vcsn  2.4
Be Rational
identities.hh File Reference
#include <iostream>
#include <string>
#include <vcsn/core/join.hh>
#include <vcsn/misc/export.hh>
Include dependency graph for identities.hh:
This graph shows which files directly or indirectly include this file:

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)