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..
![]() ![]() |
#include <stream.h>
Public Member Functions | |
omemstream (uint8_t *data, size_t size) | |
omemstream (char *data, size_t size) | |
int | overflow (int ch) __OVERRIDE |
size_t | remains () const |
uint8_t * | mem () const |
char * | chr () const |
size_t | len () const |
Private Member Functions | |
__DELETE_DEFAULTS (omemstream) | |
Private Attributes | |
size_t | count |
uint8_t * | pos |
uint8_t * | bp |
bool | zb |
|
explicit |
ucommon::omemstream::omemstream | ( | char * | data, |
size_t | size | ||
) |
|
private |
|
inline |
Definition at line 511 of file stream.h.
Referenced by omemstream().
int ucommon::omemstream::overflow | ( | int | ch | ) |
|
private |
Definition at line 498 of file stream.h.
Referenced by omemstream().
|
private |
Definition at line 497 of file stream.h.
Referenced by omemstream(), and overflow().
|
private |
Definition at line 498 of file stream.h.
Referenced by omemstream(), and overflow().
|
private |
Definition at line 499 of file stream.h.
Referenced by omemstream(), and overflow().