hpp-util
4.12.0
Debugging tools for the HPP project.
|
Go to the documentation of this file.
11 #ifndef HPP_UTIL_INDENT_HH
12 # define HPP_UTIL_INDENT_HH
44 #endif // !HPP_UTIL_INDENT_HH
HPP_UTIL_DLLAPI std::ostream & decindent(std::ostream &o)
Decrement the indentation.
Definition: indent.cc:39
HPP_UTIL_DLLAPI std::ostream & incendl(std::ostream &o)
Increment the indentation, print an end of line, and set the indentation.
Definition: indent.cc:64
#define HPP_UTIL_DLLAPI
Definition: config.hh:64
Definition: assertion.hh:22
HPP_UTIL_DLLAPI std::ostream & incindent(std::ostream &o)
Increment the indentation.
Definition: indent.cc:33
HPP_UTIL_DLLAPI std::ostream & iendl(std::ostream &o)
Print an end of line, then set the indentation.
Definition: indent.cc:54
HPP_UTIL_DLLAPI std::ostream & decendl(std::ostream &o)
Decrement the indentation, print an end of line, and set the indentation.
Definition: indent.cc:69
HPP_UTIL_DLLAPI long & indent(std::ostream &o)
The current indentation level for o.
Definition: indent.cc:26
HPP_UTIL_DLLAPI std::ostream & resetindent(std::ostream &o)
Reset the indentation.
Definition: indent.cc:48