Vcsn
2.4
Be Rational
|
#include <iostream>
#include <vcsn/algos/detail/printer.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/dyn/fwd.hh>
Go to the source code of this file.
Classes | |
class | vcsn::detail::daut_impl< Aut > |
Format an automaton into Daut. More... | |
Namespaces | |
vcsn | |
vcsn::detail | |
Functions | |
template<Automaton Aut> | |
std::ostream & | vcsn::daut (const Aut &aut, std::ostream &out=std::cout) |
Print an automaton in Daut format. More... | |