hpp-util 6.0.0
Debugging tools for the HPP project.
Loading...
Searching...
No Matches
indent.hh File Reference
#include <hpp/util/config.hh>
#include <iosfwd>
Include dependency graph for indent.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  hpp
 

Functions

HPP_UTIL_DLLAPI longhpp::indent (std::ostream &o)
 The current indentation level for o.
 
HPP_UTIL_DLLAPI std::ostream & hpp::incindent (std::ostream &o)
 Increment the indentation.
 
HPP_UTIL_DLLAPI std::ostream & hpp::decindent (std::ostream &o)
 Decrement the indentation.
 
HPP_UTIL_DLLAPI std::ostream & hpp::resetindent (std::ostream &o)
 Reset the indentation.
 
HPP_UTIL_DLLAPI std::ostream & hpp::iendl (std::ostream &o)
 Print an end of line, then set the indentation.
 
HPP_UTIL_DLLAPI std::ostream & hpp::incendl (std::ostream &o)
 Increment the indentation, print an end of line, and set the indentation.
 
HPP_UTIL_DLLAPI std::ostream & hpp::decendl (std::ostream &o)
 Decrement the indentation, print an end of line, and set the indentation.