libcommonc++
0.7
|
This is the complete list of members for Blob, including all inherited members.
append(const byte_t *data, uint_t length) | Blob | |
append(const char *str, uint_t length=0) | Blob | |
Blob() | Blob | |
Blob(byte_t *data, uint_t length, bool copy=true) | Blob | |
Blob(const Blob &other) | Blob | |
Blob(const byte_t *data, uint_t length) | Blob | |
clear() | Blob | inline |
compareTo(const Blob &other) const | Blob | |
contains(byte_t b) const | Blob | inline |
END | Blob | static |
getData() | Blob | inline |
getData() const | Blob | inline |
getLength() const | Blob | inline |
hash(uint_t modulo=256) const | Blob | |
indexOf(byte_t b, uint_t fromIndex=0) const | Blob | |
indexOf(const byte_t *buf, uint_t length, uint_t fromIndex=0) const | Blob | |
isEmpty() const | Blob | inline |
isNull() const | Blob | inline |
lastIndexOf(byte_t b, uint_t fromIndex=END) const | Blob | |
lastIndexOf(const byte_t *buf, uint_t length, uint_t fromIndex=END) const | Blob | |
length() const | Blob | inline |
null | Blob | static |
operator!() const | Blob | inline |
operator+=(byte_t b) | Blob | inline |
operator+=(int v) | Blob | inline |
operator+=(const char *str) | Blob | inline |
operator+=(const Blob &blob) | Blob | inline |
operator<<(byte_t val) | Blob | inline |
operator<<(int val) | Blob | inline |
operator<<(const char *str) | Blob | inline |
operator=(const Blob &other) | Blob | |
operator[](int index) | Blob | |
operator[](int index) const | Blob | |
setLength(uint_t length) | Blob | |
~Blob() | Blob |