ReFRACtor
|
This is a filtering stream that adds a pad to the front of every line written out. More...
#include <ostream_pad.h>
Public Member Functions | |
OstreamPad (std::ostream &Os, const std::string &Pad) | |
This is a filtering stream that adds a pad to the front of every line written out.
This can be used to do simple formating (among other things) of adding space for a nested item.
Definition at line 32 of file ostream_pad.h.
|
inline |
Definition at line 34 of file ostream_pad.h.