Stream class to write to memory buffer.
More...
#include <stream.h>
Inherits std::streambuf, and std::ostream.
|
char * | chr () const |
|
size_t | len () const |
|
uint8_t * | mem () const |
|
| omemstream (char *data, size_t size) |
|
| omemstream (uint8_t *data, size_t size) |
|
int | overflow (int ch) |
|
size_t | remains () const |
|
Stream class to write to memory buffer.
Definition at line 492 of file stream.h.
◆ chr()
char * ucommon::omemstream::chr |
( |
| ) |
const |
|
inline |
◆ len()
size_t ucommon::omemstream::len |
( |
| ) |
const |
|
inline |
◆ mem()
uint8_t * ucommon::omemstream::mem |
( |
| ) |
const |
|
inline |
◆ remains()
size_t ucommon::omemstream::remains |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/ucommon-7.0.0-build/ucommon-7.0.0/inc/ucommon/stream.h