.TH "zipios::FilterInputStreambuf" 3 "Tue May 9 2017" "Zipios++" \" -*- nroff -*- .ad l .nh .SH NAME zipios::FilterInputStreambuf \- An input streambuf filter is a streambuf that filters the input it gets from the streambuf it is attached to\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits streambuf\&. .PP Inherited by \fBzipios::InflateInputStreambuf\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBFilterInputStreambuf\fP (streambuf *inbuf, bool del_inbuf=false)" .br .RI "Constructor\&. " .ti -1c .RI "virtual \fB~FilterInputStreambuf\fP ()" .br .RI "Destructor\&. " .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "int \fB_s_pos\fP" .br .ti -1c .RI "streambuf * \fB_inbuf\fP" .br .ti -1c .RI "bool \fB_del_inbuf\fP" .br .in -1c .SH "Detailed Description" .PP An input streambuf filter is a streambuf that filters the input it gets from the streambuf it is attached to\&. \fBFilterInputStreambuf\fP is a base class to derive input streambuf filters from\&. .PP Definition at line 15 of file filterinputstreambuf\&.h\&. .SH "Constructor & Destructor Documentation" .PP .SS "zipios::FilterInputStreambuf::FilterInputStreambuf (streambuf * inbuf, bool del_inbuf = \fCfalse\fP)\fC [explicit]\fP" .PP Constructor\&. .PP \fBParameters:\fP .RS 4 \fIinbuf\fP the streambuf to use for input\&. .br \fIdel_inbuf\fP if true is specified inbuf will be deleted, when the \fBFilterInputStreambuf\fP is destructed\&. .RE .PP .PP Definition at line 8 of file filterinputstreambuf\&.cpp\&. .SS "zipios::FilterInputStreambuf::~FilterInputStreambuf ()\fC [virtual]\fP" .PP Destructor\&. .PP Definition at line 18 of file filterinputstreambuf\&.cpp\&. .SH "Author" .PP Generated automatically by Doxygen for Zipios++ from the source code\&.