![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
Output stream indentation manipulator structure. More...
#include <IOManip.h>
Public Types | |
| enum | change { NoChange, Relative, Absolute } |
Public Attributes | |
| long | m_nIndent |
| new indentation value | |
| change | m_eChange |
| how the new indentationn is to be applied | |
| bool | m_bOut |
| do [not] output indentaion | |
| Enumerator | |
|---|---|
| NoChange |
no change |
| Relative |
relative to current indentation level (delta) |
| Absolute |
absolute |
Definition at line 87 of file IOManip.h.