UniSet 2.44.4
Класс teebuf

#include <DebugExtBuf.h>

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

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

 teebuf (streambuf *b1, streambuf *b2)
 

Защищенные типы

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.