zipios::FilterOutputStreambuf(3) | Library Functions Manual | zipios::FilterOutputStreambuf(3) |
zipios::FilterOutputStreambuf - A FilterOutputStreambuf is a streambuf that filters the data that is written to it before it passes it on to the output streambuf it is connected to.
#include <filteroutputstreambuf.h>
Inherits streambuf.
Inherited by zipios::DeflateOutputStreambuf.
FilterOutputStreambuf (streambuf *outbuf, bool
del_outbuf=false)
Constructor. virtual ~FilterOutputStreambuf ()
Destructor.
streambuf * _outbuf
bool _del_outbuf
A FilterOutputStreambuf is a streambuf that filters the data that is written to it before it passes it on to the output streambuf it is connected to.
Definition at line 14 of file filteroutputstreambuf.h.
Constructor.
Parameters
Definition at line 8 of file filteroutputstreambuf.cpp.
Destructor.
Definition at line 18 of file filteroutputstreambuf.cpp.
Definition at line 28 of file filteroutputstreambuf.h.
Definition at line 27 of file filteroutputstreambuf.h.
Generated automatically by Doxygen for Zipios++ from the source code.
Zipios++ |