indent.hh File Reference
#include <roboptim/core/sys.hh>
#include <roboptim/core/debug.hh>
#include <iosfwd>

Namespaces

namespace  roboptim
 

defined(EIGEN_RUNTIME_NO_MALLOC) && !defined(ROBOPTIM_DO_NOT_CHECK_ALLOCATION)


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