PUMA Library Reference Manual
|
#include <Puma/TerminalSink.h>
Terminal sink implementation.
Public Member Functions | |
virtual int | write (const char *buffer, int n) |
Write n bytes from the given buffer onto the terminal. | |
Public Member Functions inherited from Puma::Sink | |
virtual | ~Sink () |
Destructor. | |
virtual bool | full () |
Check if the output sink is full. | |
|
virtual |
Write n bytes from the given buffer onto the terminal.
buffer | The bytes to write. |
n | The number of bytes to write. |
Implements Puma::Sink.