|  | Vcsn
    2.2
    Be Rational | 
Implementation of indentation relative functions. More...
#include <cassert>#include <iomanip>#include <ostream>#include <vcsn/misc/indent.hh>#include <vcsn/misc/xalloc.hh>Go to the source code of this file.
| Namespaces | |
| vcsn | |
| vcsn::detail | |
| Functions | |
| std::ostream & | vcsn::incindent (std::ostream &o) | 
| Increment the indentation.  More... | |
| std::ostream & | vcsn::decindent (std::ostream &o) | 
| Decrement the indentation.  More... | |
| std::ostream & | vcsn::resetindent (std::ostream &o) | 
| Reset the indentation.  More... | |
| std::ostream & | vcsn::indent (std::ostream &o) | 
| Set the indentation.  More... | |
| std::ostream & | vcsn::iendl (std::ostream &o) | 
| Print an end of line, then set the indentation.  More... | |
| std::ostream & | vcsn::incendl (std::ostream &o) | 
| Increment the indentation, print an end of line, and set the indentation.  More... | |
| std::ostream & | vcsn::decendl (std::ostream &o) | 
| Decrement the indentation, print an end of line, and set the indentation.  More... | |
| Variables | |
| xalloc< long int > | vcsn::detail::indentation | 
Implementation of indentation relative functions.
Definition in file indent.cc.