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