136 const static int index = os.xalloc();
142 case osManipIndent::Relative:
148 os.iword(index) = level;
150 case osManipIndent::Absolute:
152 os.iword(index) = level;
154 case osManipIndent::NoChange:
161 for(level = 0; level < os.iword(index); ++level)
bool m_bOut
do [not] output indentaion
osManipIndent indent()
Left indent at current stream indentation level.
change m_eChange
how the new indentationn is to be applied
osManipIndent setindent(const long nIndent)
Set absolute indentation level.
long m_nIndent
new indentation value
Output stream indentation manipulator structure.
Stream I/O manipulators and helpers.
osManipIndent deltaindent(const long nDelta)
Set relative delta indentation level.
std::ostream & operator<<(std::ostream &os, const timespec &obj)
A timespec insertion operator.