.TH "zipios::FilterOutputStreambuf" 3 "Tue May 9 2017" "Zipios++" \" -*- nroff -*- .ad l .nh .SH NAME zipios::FilterOutputStreambuf \- A \fBFilterOutputStreambuf\fP 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\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits streambuf\&. .PP Inherited by \fBzipios::DeflateOutputStreambuf\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBFilterOutputStreambuf\fP (streambuf *outbuf, bool del_outbuf=false)" .br .RI "Constructor\&. " .ti -1c .RI "virtual \fB~FilterOutputStreambuf\fP ()" .br .RI "Destructor\&. " .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "streambuf * \fB_outbuf\fP" .br .ti -1c .RI "bool \fB_del_outbuf\fP" .br .in -1c .SH "Detailed Description" .PP A \fBFilterOutputStreambuf\fP 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\&. .PP Definition at line 14 of file filteroutputstreambuf\&.h\&. .SH "Constructor & Destructor Documentation" .PP .SS "zipios::FilterOutputStreambuf::FilterOutputStreambuf (streambuf * outbuf, bool del_outbuf = \fCfalse\fP)\fC [explicit]\fP" .PP Constructor\&. .PP \fBParameters:\fP .RS 4 \fIoutbuf\fP the streambuf to pass the filtered data on to\&. .br \fIdel_outbuf\fP if true is specified outbuf will be deleted, when the \fBFilterOutputStreambuf\fP is destructed\&. .RE .PP .PP Definition at line 8 of file filteroutputstreambuf\&.cpp\&. .SS "zipios::FilterOutputStreambuf::~FilterOutputStreambuf ()\fC [virtual]\fP" .PP Destructor\&. .PP Definition at line 18 of file filteroutputstreambuf\&.cpp\&. .SH "Author" .PP Generated automatically by Doxygen for Zipios++ from the source code\&.