LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
libtree.hh
Go to the documentation of this file.
1 
6 #ifndef TREE_LIBTREE_HH
7 # define TREE_LIBTREE_HH
8 
9 # include <iostream> // std::cout
10 
11 # include <tree/fwd.hh>
12 
14 namespace tree
15 {
16 
18  std::ostream&
19  dump(const tree::Fragments& fragments, std::ostream& ostr = std::cout);
20 }
21 
22 #endif // !TREE_LIBTREE_HH