UniSet 2.32.1
Открытые члены | Защищенные типы | Защищенные члены | Полный список членов класса
Класс threebuf

#include <DebugExtBuf.h>

Граф наследования:threebuf:
Inheritance graph
[см. легенду]
Граф связей класса threebuf:
Collaboration graph
[см. легенду]

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

 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.