appkit  1.5.1
RoadNarrows Robotics Application Kit
IOManip.cxx File Reference

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>
#include "rnr/appkit/IOManip.h"

Go to the source code of this file.

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...
 
ostream & rnr::io::operator<< (ostream &os, const osManipIndent &f)
 Insert indentation object into output stream. More...
 

Detailed Description

Stream I/O manipulators and helpers.

Author
Robin Knight (robin.nosp@m..kni.nosp@m.ght@r.nosp@m.oadn.nosp@m.arrow.nosp@m.s.co.nosp@m.m)
Copyright
© 2016-2017. RoadNarrows LLC.
http://www.roadnarrows.com
All Rights Reserved
License:
MIT

Definition in file IOManip.cxx.