OSVR-Core
|
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>
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.