#include <filteroutputstreambuf.h>
Public Member Functions | |
FilterOutputStreambuf (streambuf *outbuf, bool del_outbuf=false) | |
Constructor. | |
virtual | ~FilterOutputStreambuf () |
Destructor. | |
Protected Attributes | |
streambuf * | _outbuf |
bool | _del_outbuf |
Definition at line 14 of file filteroutputstreambuf.h.
zipios::FilterOutputStreambuf::FilterOutputStreambuf | ( | streambuf * | outbuf, | |
bool | del_outbuf = false | |||
) | [explicit] |
Constructor.
outbuf | the streambuf to pass the filtered data on to. | |
del_outbuf | if true is specified outbuf will be deleted, when the FilterOutputStreambuf is destructed. |
Definition at line 8 of file filteroutputstreambuf.cpp.
zipios::FilterOutputStreambuf::~FilterOutputStreambuf | ( | ) | [virtual] |