Custom ostream class for writing to an OutputBuffer. More...
#include <BufferStream.hh>
Public Member Functions | |
| ostream () | |
| Default constructor, creates a new OutputBuffer. | |
| ostream (OutputBuffer &buf) | |
| Output to a specific buffer. | |
| const OutputBuffer & | getBuffer () const |
| Return the output buffer created by the write operations to this ostream. | |
Protected Attributes | |
| ostreambuf | obuf_ |
Custom ostream class for writing to an OutputBuffer.
1.6.3