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>
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.
◆ FilterOutputStreambuf()
zipios::FilterOutputStreambuf::FilterOutputStreambuf |
( |
streambuf * |
outbuf, |
|
|
bool |
del_outbuf = false |
|
) |
| |
|
explicit |
Constructor.
- Parameters
-
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.
|
◆ ~FilterOutputStreambuf()
zipios::FilterOutputStreambuf::~FilterOutputStreambuf |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files:
- FreeCAD/src/zipios++/filteroutputstreambuf.h
- FreeCAD/src/zipios++/filteroutputstreambuf.cpp