limal::ByteBuffer Member List
This is the complete list of members for
limal::ByteBuffer, including all inherited members.
append(const char *ptr, size_t len) | limal::ByteBuffer | |
append(char c) | limal::ByteBuffer | |
at(size_t pos) const | limal::ByteBuffer | |
ByteBuffer() | limal::ByteBuffer | |
ByteBuffer(const char *str) | limal::ByteBuffer | |
ByteBuffer(const char *ptr, size_t len) | limal::ByteBuffer | |
ByteBuffer(const ByteBuffer &buf) | limal::ByteBuffer | |
clear() | limal::ByteBuffer | |
data() const | limal::ByteBuffer | |
empty() const | limal::ByteBuffer | |
m_impl | limal::ByteBuffer | [private] |
operator!=(const ByteBuffer &l, const ByteBuffer &r) | limal::ByteBuffer | [friend] |
operator+(const ByteBuffer &b1, const ByteBuffer &b2) | limal::ByteBuffer | [friend] |
operator+=(const ByteBuffer &buf) | limal::ByteBuffer | |
operator<(const ByteBuffer &l, const ByteBuffer &r) | limal::ByteBuffer | [friend] |
operator<<(std::ostream &out, const ByteBuffer &buf) | limal::ByteBuffer | [friend] |
operator<=(const ByteBuffer &l, const ByteBuffer &r) | limal::ByteBuffer | [friend] |
operator=(const ByteBuffer &buf) | limal::ByteBuffer | |
operator==(const ByteBuffer &l, const ByteBuffer &r) | limal::ByteBuffer | [friend] |
operator>(const ByteBuffer &l, const ByteBuffer &r) | limal::ByteBuffer | [friend] |
operator>=(const ByteBuffer &l, const ByteBuffer &r) | limal::ByteBuffer | [friend] |
operator[](size_t pos) const | limal::ByteBuffer | |
operator[](size_t pos) | limal::ByteBuffer | |
size() const | limal::ByteBuffer | |
~ByteBuffer() | limal::ByteBuffer | |