56 #ifndef _RNR_IO_MANIP_H 57 #define _RNR_IO_MANIP_H 137 #endif // _RNR_IO_MANIP_H 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
relative to current indentation level (delta)
osManipIndent setindent(const long nIndent)
Set absolute indentation level.
long m_nIndent
new indentation value
Output stream indentation manipulator structure.
std::ostream & operator<<(std::ostream &os, const osManipIndent &f)
Insert indentation object into output stream.
osManipIndent deltaindent(const long nDelta)
Set relative delta indentation level.