#include "debug.hh"
#include <cassert>
#include <iomanip>
#include <ostream>
#include "roboptim/core/indent.hh"
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. |