UniSet 2.32.1
|
#include <DebugExtBuf.h>
Открытые члены | |
threebuf (streambuf *b1, streambuf *b2, streambuf *b3) | |
Защищенные типы | |
typedef char | char_type |
typedef int | int_type |
Защищенные члены | |
virtual int | sync () |
virtual streamsize | xsputn (char_type const *p, streamsize n) |
virtual int_type | overflow (int_type c=EOF) |
A streambuf that sends the output to two different streambufs. These can be any kind of streambufs.