UniSet 2.44.3
Класс nullbuf

#include <DebugExtBuf.h>

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

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

typedef char char_type
typedef int int_type

Защищенные члены

virtual int sync ()
virtual streamsize xsputn (char_type const *, streamsize n)
virtual int_type overflow (int_type c=EOF)

Подробное описание

This is a streambuffer that never prints out anything, at least that is the intention. You can call it a no-op streambuffer, and the ostream that uses it will be a no-op stream.