Home C-Bits Package Documentation Project Page

Main Page   Namespace List   Compound List   File List   Namespace Members   Compound Members   File Members  

cbits::NullStreambuf Class Reference

Standard output stream buffer that silently drops data written to it. More...

#include <NullStreambuf.h>

List of all members.

Public Methods

 NullStreambuf (void)
 Default Constructor. More...

virtual ~NullStreambuf (void)
 Destructor. More...

virtual int overflow (int c=EOF)
 overflow. More...


Detailed Description

Standard output stream buffer that silently drops data written to it.


Constructor & Destructor Documentation

NullStreambuf::NullStreambuf void   
 

Default Constructor.

NullStreambuf::~NullStreambuf void    [virtual]
 

Destructor.


Member Function Documentation

int NullStreambuf::overflow int    c = EOF [virtual]
 

overflow.

Define the buffer-handling method - just swallows the char (this is a NULL stream).


The documentation for this class was generated from the following files:
Generated by
doxygen
Hosted by
SourceForge