|
std::ostream & | vcsn::dyn::print (const automaton &a, std::ostream &o, const std::string &format="default") |
| Print automaton a on o using format format. More...
|
|
std::ostream & | vcsn::dyn::print (const context &c, std::ostream &o, const std::string &format="default") |
| Print context c on o using format format. More...
|
|
std::ostream & | vcsn::dyn::print (const expansion &e, std::ostream &o, const std::string &format="default") |
| Print expansion e on o using format format. More...
|
|
std::ostream & | vcsn::dyn::print (const label &l, std::ostream &o, const std::string &format="default") |
| Print label l on o using format format. More...
|
|
std::ostream & | vcsn::dyn::print (const polynomial &p, std::ostream &o, const std::string &format="default") |
| Print polynomial p on o using format format. More...
|
|
std::ostream & | vcsn::dyn::print (const ratexp &e, std::ostream &o, const std::string &format="default") |
| Print ratexp e on o using format format. More...
|
|
std::ostream & | vcsn::dyn::print (const weight &w, std::ostream &o, const std::string &format="default") |
| Print weight w on o using format format. More...
|
|
void | vcsn::dyn::set_format (std::ostream &o, const std::string &format) |
| Specify the output format for o. More...
|
|
std::string | vcsn::dyn::get_format (std::ostream &o) |
| Get the output format for o. More...
|
|
std::ostream & | std::operator<< (std::ostream &o, const vcsn::dyn::automaton &a) |
| Output automaton a on o. More...
|
|
std::ostream & | std::operator<< (std::ostream &o, const vcsn::dyn::context &c) |
| Output context c on o. More...
|
|
std::ostream & | std::operator<< (std::ostream &o, const vcsn::dyn::expansion &e) |
| Output expansion e on o. More...
|
|
std::ostream & | std::operator<< (std::ostream &o, const vcsn::dyn::label &l) |
| Output label l on o. More...
|
|
std::ostream & | std::operator<< (std::ostream &o, const vcsn::dyn::polynomial &p) |
| Output polynomial p on o. More...
|
|
std::ostream & | std::operator<< (std::ostream &o, const vcsn::dyn::ratexp &e) |
| Output ratexp e on o. More...
|
|
std::ostream & | std::operator<< (std::ostream &o, const vcsn::dyn::weight &w) |
| Output weight w on o. More...
|
|