table of contents
other versions
- wheezy 0.1.5.9+cvs.2007.04.28-5.1
- jessie 0.1.5.9+cvs.2007.04.28-5.1+b1
- testing 0.1.5.9+cvs.2007.04.28-6
- unstable 0.1.5.9+cvs.2007.04.28-6
- experimental 0.1.5.9+cvs.2007.04.28-9
| zipios::FilterOutputStreambuf(3) | Library Functions Manual | zipios::FilterOutputStreambuf(3) |
NAME¶
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.SYNOPSIS¶
#include <filteroutputstreambuf.h> Inherits streambuf. Inherited by zipios::DeflateOutputStreambuf.Public Member Functions¶
FilterOutputStreambuf (streambuf *outbuf, bool del_outbuf=false)
Protected Attributes¶
streambuf * _outbuf
Detailed Description¶
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.Constructor & Destructor Documentation¶
zipios::FilterOutputStreambuf::FilterOutputStreambuf (streambuf *outbuf, booldel_outbuf = false) [explicit]¶
Constructor. Parameters: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.
zipios::FilterOutputStreambuf::~FilterOutputStreambuf () [virtual]¶
Destructor. Definition at line 18 of file filteroutputstreambuf.cpp.Author¶
Generated automatically by Doxygen for Zipios++ from the source code.| Mon Oct 10 2011 | Zipios++ |