libcommonc++  0.7
Blob Member List

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()Blobinline
compareTo(const Blob &other) constBlob
contains(byte_t b) constBlobinline
ENDBlobstatic
getData()Blobinline
getData() constBlobinline
getLength() constBlobinline
hash(uint_t modulo=256) constBlob
indexOf(byte_t b, uint_t fromIndex=0) constBlob
indexOf(const byte_t *buf, uint_t length, uint_t fromIndex=0) constBlob
isEmpty() constBlobinline
isNull() constBlobinline
lastIndexOf(byte_t b, uint_t fromIndex=END) constBlob
lastIndexOf(const byte_t *buf, uint_t length, uint_t fromIndex=END) constBlob
length() constBlobinline
nullBlobstatic
operator!() constBlobinline
operator+=(byte_t b)Blobinline
operator+=(int v)Blobinline
operator+=(const char *str)Blobinline
operator+=(const Blob &blob)Blobinline
operator<<(byte_t val)Blobinline
operator<<(int val)Blobinline
operator<<(const char *str)Blobinline
operator=(const Blob &other)Blob
operator[](int index)Blob
operator[](int index) constBlob
setLength(uint_t length)Blob
~Blob()Blob