An input streambuf filter is a streambuf that filters the input it gets from the streambuf it is attached to. More...
#include <filterinputstreambuf.h>
Public Member Functions | |
| FilterInputStreambuf (streambuf *inbuf, bool del_inbuf=false) | |
| Constructor. More... | |
| virtual | ~FilterInputStreambuf () |
| Destructor. More... | |
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.
|
explicit |
Constructor.
| inbuf | the streambuf to use for input. |
| del_inbuf | if true is specified inbuf will be deleted, when the FilterInputStreambuf is destructed. |
|
virtual |
Destructor.