zipios::FilterInputStreambuf
An input streambuf filter is a streambuf that filters the input it gets from the streambuf it is attached to.
- Provided by: libzipios++-dev (Version: 0.1.5.9+cvs.2007.04.28-11build1)
- Source: zipios++
- Report a bug
An input streambuf filter is a streambuf that filters the input it gets from the streambuf it is attached to.
#include <filterinputstreambuf.h>
Inherits streambuf.
Inherited by zipios::InflateInputStreambuf.
FilterInputStreambuf (streambuf *inbuf, bool
del_inbuf=false)
Constructor. virtual ~FilterInputStreambuf ()
Destructor.
int _s_pos
streambuf * _inbuf
bool _del_inbuf
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.
Parameters
Definition at line 8 of file filterinputstreambuf.cpp.
Destructor.
Definition at line 18 of file filterinputstreambuf.cpp.
Generated automatically by Doxygen for Zipios++ from the source code.