debian man page for zipios_filterinputstreambuf

Query: zipios_filterinputstreambuf

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

zipios::FilterInputStreambuf(3) 			     Library Functions Manual				   zipios::FilterInputStreambuf(3)

NAME
zipios::FilterInputStreambuf - An input streambuf filter is a streambuf that filters the input it gets from the streambuf it is attached to.
SYNOPSIS
#include <filterinputstreambuf.h> Inherits streambuf. Inherited by zipios::InflateInputStreambuf. Public Member Functions FilterInputStreambuf (streambuf *inbuf, bool del_inbuf=false) Constructor. virtual ~FilterInputStreambuf () Destructor. Protected Attributes int _s_pos streambuf * _inbuf bool _del_inbuf Detailed Description An input streambuf filter is a streambuf that filters the input it gets from the streambuf it is attached to. FilterInputStreambuf is a base class to derive input streambuf filters from. Definition at line 15 of file filterinputstreambuf.h. Constructor &; Destructor Documentation zipios::FilterInputStreambuf::FilterInputStreambuf (streambuf *inbuf, booldel_inbuf = false) [explicit] Constructor. Parameters: inbuf the streambuf to use for input. del_inbuf if true is specified inbuf will be deleted, when the FilterInputStreambuf is destructed. Definition at line 8 of file filterinputstreambuf.cpp. zipios::FilterInputStreambuf::~FilterInputStreambuf () [virtual] Destructor. Definition at line 18 of file filterinputstreambuf.cpp. Author Generated automatically by Doxygen for Zipios++ from the source code. Zipios++ Mon Oct 10 2011 zipios::FilterInputStreambuf(3)
Related Man Pages
zipios_directorycollection(3) - debian
zipios_filecollection(3) - debian
zipios_gzipoutputstreambuf(3) - debian
zipios_gzipoutputstream(3) - debian
zipios_zipoutputstream(3) - debian
Similar Topics in the Unix Linux Community
Constructor?