OSVR-Core
Public Member Functions | List of all members
osvr::util::IndentingStream Class Reference

A boost::iostreams::filtering_ostream with a constructor that automatically sets it up to indent the first character after a newline the given number of spaces and forward the output to a std::ostream. More...

#include <IndentingStream.h>

Inheritance diagram for osvr::util::IndentingStream:

Public Member Functions

 IndentingStream (size_t spaces, std::ostream &stream)
 
void reset ()
 

Detailed Description

A boost::iostreams::filtering_ostream with a constructor that automatically sets it up to indent the first character after a newline the given number of spaces and forward the output to a std::ostream.


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