![]()  | 
  
    Vcsn
    2.5.dev
    
   Be Rational 
   | 
 
#include <cctype>#include <vcsn/core/rat/identities.hh>#include <vcsn/misc/builtins.hh>#include <vcsn/misc/getargs.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) | 
| More restricted of these identities (min).  More... | |