An input streambuf filter is a streambuf that filters the input it gets from the streambuf it is attached to.
More...
#include <filterinputstreambuf.h>
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.
◆ FilterInputStreambuf()
zipios::FilterInputStreambuf::FilterInputStreambuf |
( |
streambuf * |
inbuf, |
|
|
bool |
del_inbuf = false |
|
) |
| |
|
explicit |
◆ ~FilterInputStreambuf()
zipios::FilterInputStreambuf::~FilterInputStreambuf |
( |
| ) |
|
|
virtual |
◆ _del_inbuf
bool zipios::FilterInputStreambuf::_del_inbuf |
|
protected |
◆ _inbuf
streambuf* zipios::FilterInputStreambuf::_inbuf |
|
protected |
◆ _s_pos
int zipios::FilterInputStreambuf::_s_pos |
|
protected |
The documentation for this class was generated from the following files: