| Home | C-Bits Package Documentation | Project Page |
#include <NullStreambuf.h>
Public Methods | |
| NullStreambuf (void) | |
| Default Constructor. More... | |
| virtual | ~NullStreambuf (void) |
| Destructor. More... | |
| virtual int | overflow (int c=EOF) |
| overflow. More... | |
|
|
Default Constructor.
|
|
|
Destructor.
|
|
|
overflow. Define the buffer-handling method - just swallows the char (this is a NULL stream). |
|
|