Query: zipios_filteroutputstreambuf
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
zipios::FilterOutputStreambuf(3) Library Functions Manual zipios::FilterOutputStreambuf(3)NAMEzipios::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) Constructor. virtual ~FilterOutputStreambuf () Destructor. Protected Attributes streambuf * _outbuf bool _del_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. Definition at line 14 of file filteroutputstreambuf.h. 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. Definition at line 8 of file filteroutputstreambuf.cpp. zipios::FilterOutputStreambuf::~FilterOutputStreambuf () [virtual] Destructor. Definition at line 18 of file filteroutputstreambuf.cpp. Author Generated automatically by Doxygen for Zipios++ from the source code. Zipios++ Mon Oct 10 2011 zipios::FilterOutputStreambuf(3)
Related Man Pages |
---|
zipios_directorycollection(3) - debian |
zipios_filepath(3) - debian |
zipios_gzipoutputstream(3) - debian |
zipios_filteroutputstreambuf(3) - debian |
zipios_zipoutputstream(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Constructor? |