Vcsn
2.3
Be Rational
|
#include <vcsn/algos/detail/printer.hh>
#include <vcsn/algos/is-deterministic.hh>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/weightset/fwd.hh>
Go to the source code of this file.
Classes | |
class | vcsn::detail::fado_impl< Aut > |
Format an automaton into Fado. More... | |
class | vcsn::detail::grail_impl< Aut > |
Print an automaton in Fado format. More... | |
Namespaces | |
vcsn | |
vcsn::detail | |
Functions | |
template<Automaton Aut> | |
std::ostream & | vcsn::fado (const Aut &aut, std::ostream &out=std::cout) |
Format automaton to FAdo format. More... | |
template<Automaton Aut> | |
std::ostream & | vcsn::grail (const Aut &aut, std::ostream &out) |
Print automaton in Grail format. More... | |