Inkscape
Vector Graphics Editor
|
Convenience class for writing to standard output. More...
#include <inkscapestream.h>
Public Member Functions | |
void | close () override |
This call should. | |
void | flush () override |
This call should push any pending data it might have to the destination stream. | |
int | put (char ch) override |
Send one byte to the destination stream. | |
![]() | |
OutputStream ()=default | |
Constructor. | |
virtual | ~OutputStream ()=default |
Destructor. | |
Convenience class for writing to standard output.
Definition at line 234 of file inkscapestream.h.
|
inlineoverridevirtual |
This call should.
Implements Inkscape::IO::OutputStream.
Definition at line 238 of file inkscapestream.h.
|
inlineoverridevirtual |
This call should push any pending data it might have to the destination stream.
It should NOT call flush() on the destination stream.
Implements Inkscape::IO::OutputStream.
Definition at line 241 of file inkscapestream.h.
|
inlineoverridevirtual |
Send one byte to the destination stream.
Implements Inkscape::IO::OutputStream.
Definition at line 244 of file inkscapestream.h.