simple implementation of a streambuf that sends all written text to the write signal that is referenced from the possessing stream
More...
#include <callback_stream.h>
|
cgv::signal::signal< const std::string & > & | write |
|
simple implementation of a streambuf that sends all written text to the write signal that is referenced from the possessing stream
Definition at line 12 of file callback_stream.h.
◆ callback_streambuf()
cgv::signal::callback_streambuf::callback_streambuf |
( |
cgv::signal::signal< const std::string & > & |
_write | ) |
|
|
inline |
◆ overflow()
int_type cgv::signal::callback_streambuf::overflow |
( |
int_type |
c | ) |
|
|
inline |
◆ setbuf()
std::streambuf * cgv::signal::callback_streambuf::setbuf |
( |
char_type * |
buf, |
|
|
std::streamsize |
n |
|
) |
| |
|
inline |
◆ sync()
int cgv::signal::callback_streambuf::sync |
( |
| ) |
|
|
inline |
◆ write
cgv::signal::signal<const std::string&>& cgv::signal::callback_streambuf::write |
The documentation for this struct was generated from the following file: