UniSet 2.32.1
|
#include <DebugExtBuf.h>
Защищенные типы | |
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.