LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
indent.hh
Go to the documentation of this file.
1 
6 #ifndef MISC_INDENT_HH
7 # define MISC_INDENT_HH
8 
9 # include <iosfwd>
10 
11 namespace misc
12 {
14  std::ostream& incindent(std::ostream& o);
15 
17  std::ostream& decindent(std::ostream& o);
18 
20  std::ostream& resetindent(std::ostream& o);
21 
23  std::ostream& iendl(std::ostream& o);
24 
26  std::ostream& incendl(std::ostream& o);
27 
29  std::ostream& decendl(std::ostream& o);
30 }
31 
32 #endif // !MISC_INDENT_HH