6 #ifndef VCSN_MISC_INDENT_HH
7 # define VCSN_MISC_INDENT_HH
24 std::ostream&
indent(std::ostream& o);
27 std::ostream&
iendl(std::ostream& o);
30 std::ostream&
incendl(std::ostream& o);
33 std::ostream&
decendl(std::ostream& o);
36 #endif // !VCSN_MISC_INDENT_HH
std::ostream & iendl(std::ostream &o)
Print an end of line, then set the indentation.
std::ostream & incendl(std::ostream &o)
Increment the indentation, print an end of line, and set the indentation.
std::ostream & decendl(std::ostream &o)
Decrement the indentation, print an end of line, and set the indentation.
std::ostream & resetindent(std::ostream &o)
Reset the indentation.
std::ostream & incindent(std::ostream &o)
Increment the indentation.
std::ostream & indent(std::ostream &o)
Set the indentation.
std::ostream & decindent(std::ostream &o)
Decrement the indentation.