appkit  1.5.1
RoadNarrows Robotics Application Kit
rnr::io::osManipIndent Struct Reference

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
 

Detailed Description

Output stream indentation manipulator structure.

Definition at line 82 of file IOManip.h.

Member Enumeration Documentation

Enumerator
NoChange 

no change

Relative 

relative to current indentation level (delta)

Absolute 

absolute

Definition at line 87 of file IOManip.h.

88  {
89  NoChange, ///< no change
90  Relative, ///< relative to current indentation level (delta)
91  Absolute ///< absolute
92  };
relative to current indentation level (delta)
Definition: IOManip.h:90

The documentation for this struct was generated from the following file: