indent.hh File Reference
#include <roboptim/core/sys.hh>
#include <roboptim/core/debug.hh>
#include <iosfwd>
Include dependency graph for indent.hh:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  roboptim
 

Meta-functions, functions and solvers related classes.


Functions

ROBOPTIM_DLLAPI long int & roboptim::indent (std::ostream &o)
 The current indentation level for o.
ROBOPTIM_DLLAPI std::ostream & roboptim::incindent (std::ostream &o)
 Increment the indentation.
ROBOPTIM_DLLAPI std::ostream & roboptim::decindent (std::ostream &o)
 Decrement the indentation.
ROBOPTIM_DLLAPI std::ostream & roboptim::resetindent (std::ostream &o)
 Reset the indentation.
ROBOPTIM_DLLAPI std::ostream & roboptim::iendl (std::ostream &o)
 Print an end of line, then set the indentation.
ROBOPTIM_DLLAPI std::ostream & roboptim::incendl (std::ostream &o)
 Increment the indentation, print an end of line, and set the indentation.
ROBOPTIM_DLLAPI std::ostream & roboptim::decendl (std::ostream &o)
 Decrement the indentation, print an end of line, and set the indentation.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines