LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
trees.hh
Go to the documentation of this file.
1 
6 #ifndef TREE_TREES_HH
7 # define TREE_TREES_HH
8 
9 # include <tree/fwd.hh>
10 
11 namespace tree
12 {
14  std::ostream& operator<< (std::ostream& o, const tree_list_type& t);
15 }
16 
17 #endif // !TREE_TREES_HH