#include <acado_io_utils.hpp>
Public Member Functions | |
| IoFormatter (ostream &_stream) | |
| void | reset () |
| void | set (streamsize _precision, streamsize _width, ios_base::fmtflags _flags) |
Public Attributes | |
| ios_base::fmtflags | flags |
| streamsize | precision |
| ostream & | stream |
| streamsize | width |
I/O formatter
Definition at line 216 of file acado_io_utils.hpp.
| std::IoFormatter::IoFormatter | ( | ostream & | _stream | ) | [inline] |
Definition at line 218 of file acado_io_utils.hpp.
| void std::IoFormatter::reset | ( | ) | [inline] |
Definition at line 229 of file acado_io_utils.hpp.
| void std::IoFormatter::set | ( | streamsize | _precision, |
| streamsize | _width, | ||
| ios_base::fmtflags | _flags | ||
| ) | [inline] |
Definition at line 222 of file acado_io_utils.hpp.
| ios_base::fmtflags std::IoFormatter::flags |
Definition at line 239 of file acado_io_utils.hpp.
| streamsize std::IoFormatter::precision |
Definition at line 237 of file acado_io_utils.hpp.
| ostream& std::IoFormatter::stream |
Definition at line 236 of file acado_io_utils.hpp.
| streamsize std::IoFormatter::width |
Definition at line 238 of file acado_io_utils.hpp.