Vcsn  2.0
Be Rational
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
fwd.hh
Go to the documentation of this file.
1 #ifndef LIB_VCSN_DOT_FWD_HH
2 # define LIB_VCSN_DOT_FWD_HH
3 
4 namespace vcsn
5 {
6  namespace detail
7  {
9  namespace dot
10  {
11  // lib/vcsn/dot/driver.hh.
12  class driver;
13 
14  // lib/vcsn/dot/scan.hh.
15  class yyFlexLexer;
16  }
17  }
18 }
19 
20 #endif // !LIB_VCSN_DOT_FWD_HH
std::ostream & dot(const Aut &aut, std::ostream &out, bool dot2tex=false)
Definition: dot.hh:344