ucommon  7.0.0
About: GNU uCommon C++ is a portable and optimized class framework for writing C++ applications that need to use threads and support concurrent synchronization, and that use sockets, XML parsing, object serialization, thread-optimized string and data structure classes, etc..
  Fossies Dox: ucommon-7.0.0.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

ucommon::NullBuffer Class Reference
Inheritance diagram for ucommon::NullBuffer:
[legend]
Collaboration diagram for ucommon::NullBuffer:
[legend]

Public Member Functions

int overflow (int c) __OVERRIDE
 
int underflow () __OVERRIDE
 
int uflow () __OVERRIDE
 

Static Public Attributes

static NullBuffer null
 

Private Member Functions

 __DELETE_COPY (NullBuffer)
 
 NullBuffer ()
 

Detailed Description

Definition at line 987 of file stream.cpp.

Constructor & Destructor Documentation

◆ NullBuffer()

ucommon::NullBuffer::NullBuffer ( )
private

Definition at line 1004 of file stream.cpp.

Member Function Documentation

◆ __DELETE_COPY()

ucommon::NullBuffer::__DELETE_COPY ( NullBuffer  )
private

◆ overflow()

int ucommon::NullBuffer::overflow ( int  c)

Definition at line 1008 of file stream.cpp.

◆ uflow()

int ucommon::NullBuffer::uflow ( )

Definition at line 1018 of file stream.cpp.

References EOF.

◆ underflow()

int ucommon::NullBuffer::underflow ( )

Definition at line 1013 of file stream.cpp.

References EOF.

Member Data Documentation

◆ null

static std::iostream nullstream & ucommon::NullBuffer::null
static

Definition at line 1001 of file stream.cpp.


The documentation for this class was generated from the following file: