Vcsn
2.3
Be Rational
|
#include <algorithm>
#include <iostream>
#include <sstream>
#include <vcsn/algos/accessible.hh>
#include <vcsn/algos/detail/printer.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/misc/iostream.hh>
#include <vcsn/misc/set.hh>
#include <vcsn/misc/unordered_set.hh>
Go to the source code of this file.
Classes | |
class | vcsn::detail::dot_impl< Aut > |
Format an automaton into Dot. More... | |
Namespaces | |
vcsn | |
vcsn::detail | |
Functions | |
template<Automaton Aut> | |
std::ostream & | vcsn::dot (const Aut &aut, std::ostream &out=std::cout, format fmt={}) |
Print an automaton in Graphviz's Dot format. More... | |