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