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 <osvr/Util/IndentingStream.h>
Public Member Functions | |
IndentingStream (size_t spaces, std::ostream &stream) | |
void | reset () |
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.
Definition at line 82 of file IndentingStream.h.