Honeycomb
0.1
Component-Model Framework
|
This is the complete list of members for honey::ByteStreamBuf, including all inherited members.
bytes() const | honey::ByteStreamBuf | inline |
bytes(const Bytes &bs) | honey::ByteStreamBuf | inline |
ByteStreamBuf(ios_base::openmode mode=0) | honey::ByteStreamBuf | inlineexplicit |
ByteStreamBuf(const Bytes &bs, ios_base::openmode mode=0) | honey::ByteStreamBuf | inlineexplicit |
ByteStreamBuf(ByteStreamBuf &&rhs) | honey::ByteStreamBuf | inline |
eback() const | honey::ByteStreamBuf | inline |
egptr() const | honey::ByteStreamBuf | inline |
epptr() const | honey::ByteStreamBuf | inline |
gptr() const | honey::ByteStreamBuf | inline |
operator=(ByteStreamBuf &&rhs) | honey::ByteStreamBuf | inline |
pbase() const | honey::ByteStreamBuf | inline |
pptr() const | honey::ByteStreamBuf | inline |
setg(byte *gbeg, byte *gnext, byte *gend) | honey::ByteStreamBuf | inline |
setp(byte *new_pbase, byte *new_epptr) | honey::ByteStreamBuf | inline |
sgetn(byte *s, std::streamsize n) | honey::ByteStreamBuf | inline |
sputbackc(byte c) | honey::ByteStreamBuf | inline |
sputc(byte c) | honey::ByteStreamBuf | inline |
sputn(const byte *s, std::streamsize n) | honey::ByteStreamBuf | inline |
Super typedef | honey::ByteStreamBuf |