Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
dot.hh File Reference
#include <algorithm>
#include <iostream>
#include <sstream>
#include <vcsn/dyn/fwd.hh>
#include <vcsn/dyn/automaton.hh>
#include <vcsn/algos/grail.hh>
#include <vcsn/algos/accessible.hh>
#include <vcsn/misc/iostream.hh>
#include <vcsn/misc/set.hh>
#include <vcsn/misc/unordered_set.hh>
Include dependency graph for dot.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcsn::detail::dotter< Aut >
 Format an automaton into Dot. More...
 

Namespaces

 vcsn
 
 vcsn::detail
 
 vcsn::dyn
 FIXME: duplicate code with determinize.
 
 vcsn::dyn::detail
 

Functions

template<typename Aut >
std::ostream & vcsn::dot (const Aut &aut, std::ostream &out, bool dot2tex=false)
 
template<typename Aut , typename Ostream , typename Bool >
std::ostream & vcsn::dyn::detail::dot (const automaton &aut, std::ostream &out, bool dot2tex)
 Bridge. More...
 
 vcsn::dyn::detail::REGISTER_DECLARE (dot,(const automaton &aut, std::ostream &out, bool dot2tex) -> std::ostream &)