UniSet 2.44.3
Класс threebuf

#include <DebugExtBuf.h>

Граф наследования:threebuf:
Граф связей класса threebuf:

Открытые члены

 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.