Vcsn  2.2a
Be Rational
print.cc File Reference
#include <lib/vcsn/algos/registry.hh>
#include <vcsn/dyn/algos.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/dyn/context.hh>
#include <vcsn/dyn/expansion.hh>
#include <vcsn/dyn/expression.hh>
#include <vcsn/dyn/label.hh>
#include <vcsn/dyn/polynomial.hh>
#include <vcsn/dyn/registries.hh>
#include <vcsn/dyn/weight.hh>
#include <vcsn/misc/escape.hh>
#include <vcsn/misc/raise.hh>
#include <vcsn/misc/xalloc.hh>
Include dependency graph for print.cc:

Go to the source code of this file.

Namespaces

 vcsn
 
 vcsn::dyn
 

Functions

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 expression &e, std::ostream &o, const std::string &format="default")
 Print expression 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 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::expression &r)
 Output expression r 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::weight &w)
 Output weight w on o. More...
 

Variables

xalloc< std::string * > vcsn::dyn::format_flag