#include <DataStreams.hpp>
Public Member Functions | |
| DataOStreamBuf (size_t initialSize=256) | |
| const unsigned char * | getData () const |
| int | length () const |
| void | clear () |
Protected Member Functions | |
| virtual int | overflow (int c) |
| virtual std::streamsize | xsputn (const char *s, std::streamsize n) |
Private Attributes | |
| std::vector< unsigned char > | m_bfr |
Definition at line 95 of file DataStreams.hpp.
| BLOCXX_NAMESPACE::DataOStreamBuf::DataOStreamBuf | ( | size_t | initialSize = 256 |
) |
| const unsigned char* BLOCXX_NAMESPACE::DataOStreamBuf::getData | ( | ) | const [inline] |
Definition at line 99 of file DataStreams.hpp.
| int BLOCXX_NAMESPACE::DataOStreamBuf::length | ( | ) | const [inline] |
Definition at line 100 of file DataStreams.hpp.
| void BLOCXX_NAMESPACE::DataOStreamBuf::clear | ( | ) | [inline] |
Definition at line 101 of file DataStreams.hpp.
| int BLOCXX_NAMESPACE::DataOStreamBuf::overflow | ( | int | c | ) | [protected, virtual] |
| std::streamsize BLOCXX_NAMESPACE::DataOStreamBuf::xsputn | ( | const char * | s, | |
| std::streamsize | n | |||
| ) | [protected, virtual] |
std::vector<unsigned char> BLOCXX_NAMESPACE::DataOStreamBuf::m_bfr [private] |
Definition at line 112 of file DataStreams.hpp.
Referenced by DataOStreamBuf(), overflow(), and xsputn().
1.5.6