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.
More...
#include <filteroutputstreambuf.h>
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.
◆ FilterOutputStreambuf()
zipios::FilterOutputStreambuf::FilterOutputStreambuf |
( |
streambuf * |
outbuf, |
|
|
bool |
del_outbuf = false |
|
) |
| |
|
explicit |
◆ ~FilterOutputStreambuf()
zipios::FilterOutputStreambuf::~FilterOutputStreambuf |
( |
| ) |
|
|
virtual |
◆ _del_outbuf
bool zipios::FilterOutputStreambuf::_del_outbuf |
|
protected |
◆ _outbuf
streambuf* zipios::FilterOutputStreambuf::_outbuf |
|
protected |
The documentation for this class was generated from the following files: