Vcsn  2.2
Be Rational
indent.hh File Reference

Indentation relative functions. More...

#include <iosfwd>
#include <vcsn/misc/export.hh>
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

 vcsn
 

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...
 

Detailed Description

Indentation relative functions.

Definition in file indent.hh.