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..
![]() ![]() |
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 () | |
Definition at line 987 of file stream.cpp.
|
private |
Definition at line 1004 of file stream.cpp.
|
private |
int ucommon::NullBuffer::overflow | ( | int | c | ) |
Definition at line 1008 of file stream.cpp.
int ucommon::NullBuffer::uflow | ( | ) |
Definition at line 1018 of file stream.cpp.
References EOF.
int ucommon::NullBuffer::underflow | ( | ) |
Definition at line 1013 of file stream.cpp.
References EOF.
|
static |
Definition at line 1001 of file stream.cpp.