UCommon
Public Member Functions
ucommon::omemstream Class Reference

Stream class to write to memory buffer. More...

#include <stream.h>

Inherits streambuf, and ostream.

Public Member Functions

char * chr () const
 
size_t len () const
 
uint8_t * mem () const
 
 omemstream (uint8_t *data, size_t size)
 
 omemstream (char *data, size_t size)
 
int overflow (int ch)
 
size_t remains () const
 

Detailed Description

Stream class to write to memory buffer.

Definition at line 492 of file stream.h.


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