cgv
|
connect to the write signal of the callback stream in order to process all text written to the stream More...
#include <callback_stream.h>
Public Member Functions | |
callback_stream () | |
constructor sets the stream buffer of the stream to the callback_streambuf | |
Public Attributes | |
cgv::signal::signal< const std::string & > | write |
signal to which all text written to the stream is sent | |
Protected Attributes | |
callback_streambuf | buf |
char | buffer [256] |
connect to the write signal of the callback stream in order to process all text written to the stream
Definition at line 47 of file callback_stream.h.
|
inline |
constructor sets the stream buffer of the stream to the callback_streambuf
Definition at line 56 of file callback_stream.h.
|
protected |
Definition at line 50 of file callback_stream.h.
|
protected |
Definition at line 51 of file callback_stream.h.
cgv::signal::signal<const std::string&> cgv::signal::callback_stream::write |
signal to which all text written to the stream is sent
Definition at line 54 of file callback_stream.h.