CARDS 2.4.87
Package manager for the NuTyX GNU/Linux distribution
|
Forward standard output console to specific listener. More...
#include <console_forwarder.h>
Public Member Functions | |
console_forwarder (std::ostream &stream, pfncb cb) | |
std::streamsize | xsputn (const Elem *_Ptr, std::streamsize _Count) |
Tr::int_type | overflow (typename Tr::int_type v) |
Protected Attributes | |
std::basic_ostream< Elem, Tr > & | m_stream |
std::streambuf * | m_buf |
pfncb | m_cb |
Forward standard output console to specific listener.
Cout string flow is redirected to a basic ostream to be handled by GUI event handler