UniSet  2.6.0
Открытые члены | Защищенные типы | Защищенные члены | Полный список членов класса
Класс teebuf
Граф наследования:teebuf:
Inheritance graph
[см. легенду]
Граф связей класса teebuf:
Collaboration graph
[см. легенду]

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

 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.