Vcsn  2.3a
Be Rational
fwd.hh
Go to the documentation of this file.
1 #pragma once
2 
3 namespace vcsn
4 {
5  namespace detail
6  {
8  namespace dot
9  {
10  // lib/vcsn/dot/driver.hh.
11  class driver;
12 
13  // lib/vcsn/dot/scan.hh.
14  class yyFlexLexer;
15  }
16  }
17 }
Definition: a-star.hh:8
std::ostream & dot(const Aut &aut, std::ostream &out=std::cout, format fmt={}, bool mathjax=false)
Print an automaton in Graphviz's Dot format.
Definition: dot.hh:395