|
Zipios++
|
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. More...
#include <filteroutputstreambuf.h>

Public Member Functions | |
| FilterOutputStreambuf (streambuf *outbuf, bool del_outbuf=false) | |
| Constructor. More... | |
| virtual | ~FilterOutputStreambuf () |
| Destructor. More... | |
Protected Attributes | |
| streambuf * | _outbuf |
| bool | _del_outbuf |
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.
|
explicit |
Constructor.
| 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.
|
virtual |
Destructor.
Definition at line 18 of file filteroutputstreambuf.cpp.
1.8.13