Vcsn
2.4
Be Rational
|
#include <lib/vcsn/algos/registry.hh>
#include <vcsn/dyn/algos.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/dyn/context.hh>
#include <vcsn/dyn/registries.hh>
#include <vcsn/dyn/value.hh>
#include <vcsn/misc/escape.hh>
#include <vcsn/misc/raise.hh>
#include <vcsn/misc/xalloc.hh>
Go to the source code of this file.
Namespaces | |
vcsn | |
vcsn::dyn | |
Functions | |
std::ostream & | vcsn::dyn::print (const expansion &e, std::ostream &out=std::cout, const std::string &format="default") |
Print expansion e on out using format format. More... | |
void | vcsn::dyn::set_format (std::ostream &out, const std::string &format) |
Specify the output format for out. More... | |
std::string | vcsn::dyn::get_format (std::ostream &out) |
Get the output format for out. More... | |
std::ostream & | vcsn::dyn::operator<< (std::ostream &o, const automaton &a) |
Output automaton a on o. More... | |
std::ostream & | vcsn::dyn::operator<< (std::ostream &o, const context &c) |
Output context c on o. More... | |
std::ostream & | vcsn::dyn::operator<< (std::ostream &o, const expansion &e) |
Output expansion e on o. More... | |
Variables | |
xalloc< const std::string * > | vcsn::dyn::format_flag |