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

#include <DebugExtBuf.h>

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

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

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.