![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
Stream I/O manipulators and helpers. More...
#include <stdio.h>#include <unistd.h>#include <stdlib.h>#include <ctype.h>#include <iostream>#include <iomanip>#include <sstream>#include <string>Go to the source code of this file.
Classes | |
| struct | rnr::io::osManipIndent |
| Output stream indentation manipulator structure. More... | |
Namespaces | |
| rnr | |
| RoadNarrows Robotics. | |
| rnr::io | |
| Input/Output. | |
Functions | |
| osManipIndent | rnr::io::setindent (const long nIndent) |
| Set absolute indentation level. More... | |
| osManipIndent | rnr::io::deltaindent (const long nDelta) |
| Set relative delta indentation level. More... | |
| osManipIndent | rnr::io::indent () |
| Left indent at current stream indentation level. More... | |
| std::ostream & | rnr::io::operator<< (std::ostream &os, const osManipIndent &f) |
| Insert indentation object into output stream. More... | |
Stream I/O manipulators and helpers.
Definition in file IOManip.h.