#include <DataStreams.hpp>
|
virtual int | overflow (int c) |
|
virtual std::streamsize | xsputn (const char *s, std::streamsize n) |
|
|
std::vector< unsigned char > | m_bfr |
|
Definition at line 95 of file DataStreams.hpp.
◆ DataOStreamBuf()
BLOCXX_NAMESPACE::DataOStreamBuf::DataOStreamBuf |
( |
size_t | initialSize = 256 | ) |
|
◆ clear()
void BLOCXX_NAMESPACE::DataOStreamBuf::clear |
( |
| ) |
|
|
inline |
◆ getData()
const unsigned char * BLOCXX_NAMESPACE::DataOStreamBuf::getData |
( |
| ) |
const |
|
inline |
◆ length()
int BLOCXX_NAMESPACE::DataOStreamBuf::length |
( |
| ) |
const |
|
inline |
◆ overflow()
int BLOCXX_NAMESPACE::DataOStreamBuf::overflow |
( |
int | c | ) |
|
|
protectedvirtual |
◆ xsputn()
std::streamsize BLOCXX_NAMESPACE::DataOStreamBuf::xsputn |
( |
const char * | s, |
|
|
std::streamsize | n ) |
|
protectedvirtual |
◆ m_bfr
std::vector<unsigned char> BLOCXX_NAMESPACE::DataOStreamBuf::m_bfr |
|
private |
The documentation for this class was generated from the following files: