![]() |
CopperSpice API
2.0.0
|
This is the complete list of members for QByteArray, including all inherited members.
| QByteArray() | QByteArray | inline |
| QByteArray(const char *str, int size=-1) | QByteArray | |
| QByteArray(int size, char ch) | QByteArray | |
| QByteArray(const QByteArray &other) | QByteArray | inline |
| QByteArray(QByteArray &&other) | QByteArray | inline |
| append(char ch) | QByteArray | |
| append(const char *str) | QByteArray | |
| append(const char *str, int len) | QByteArray | |
| append(const QByteArray &value) | QByteArray | |
| at(int i) const | QByteArray | inline |
| begin() | QByteArray | inline |
| begin() const | QByteArray | inline |
| capacity() const | QByteArray | inline |
| cbegin() const | QByteArray | inline |
| cend() const | QByteArray | inline |
| chop(int n) | QByteArray | |
| clear() | QByteArray | |
| constBegin() const | QByteArray | inline |
| constData() const | QByteArray | inline |
| constEnd() const | QByteArray | inline |
| contains(char ch) const | QByteArray | inline |
| contains(const char *str) const | QByteArray | inline |
| contains(const QByteArray &value) const | QByteArray | inline |
| count(char ch) const | QByteArray | |
| count(const char *str) const | QByteArray | |
| count(const QByteArray &value) const | QByteArray | |
| count() const | QByteArray | inline |
| crbegin() const | QByteArray | inline |
| crend() const | QByteArray | inline |
| data() | QByteArray | inline |
| data() const | QByteArray | inline |
| end() | QByteArray | inline |
| end() const | QByteArray | inline |
| endsWith(const QByteArray &value) const | QByteArray | |
| endsWith(char ch) const | QByteArray | |
| endsWith(const char *str) const | QByteArray | |
| fill(char ch, int size=-1) | QByteArray | |
| fromBase64(const QByteArray &value) | QByteArray | static |
| fromCFData(CFDataRef data) | QByteArray | static |
| fromHex(const QByteArray &value) | QByteArray | static |
| fromNSData(const NSData *data) | QByteArray | static |
| fromPercentEncoding(const QByteArray &value, char percent= '%') | QByteArray | static |
| fromRawCFData(CFDataRef data) | QByteArray | static |
| fromRawData(const char *str, int size) | QByteArray | static |
| fromRawNSData(const NSData *data) | QByteArray | static |
| indexOf(char ch, int from=0) const | QByteArray | |
| indexOf(const char *str, int from=0) const | QByteArray | |
| indexOf(const QByteArray &value, int from=0) const | QByteArray | |
| insert(int i, char ch) | QByteArray | |
| insert(int i, const char *str) | QByteArray | |
| insert(int i, const char *str, int len) | QByteArray | |
| insert(int i, const QByteArray &value) | QByteArray | |
| isEmpty() const | QByteArray | inline |
| isNull() const | QByteArray | |
| lastIndexOf(char ch, int from=-1) const | QByteArray | |
| lastIndexOf(const char *str, int from=-1) const | QByteArray | |
| lastIndexOf(const QByteArray &value, int from=-1) const | QByteArray | |
| left(int len) const | QByteArray | |
| leftJustified(int width, char fill= ' ', bool truncate=false) const | QByteArray | |
| length() const | QByteArray | inline |
| mid(int pos, int len=-1) const | QByteArray | |
| number(int n, int base=10) | QByteArray | static |
| number(uint n, int base=10) | QByteArray | static |
| number(qint64 n, int base=10) | QByteArray | static |
| number(quint64 n, int base=10) | QByteArray | static |
| number(double n, char f= 'g', int prec=6) | QByteArray | static |
| operator!=(const QByteArray &other) const | QByteArray | |
| operator!=(const char *value) const | QByteArray | |
| operator+(const QByteArray &a1, const char *a2) | QByteArray | related |
| operator+(const QByteArray &a1, char a2) | QByteArray | related |
| operator+(const char *a1, const QByteArray &a2) | QByteArray | related |
| operator+(char a1, const QByteArray &a2) | QByteArray | related |
| operator+(const QByteArray &a1, const QByteArray &a2) | QByteArray | related |
| operator+=(char ch) | QByteArray | inline |
| operator+=(const char *str) | QByteArray | inline |
| operator+=(const QByteArray &value) | QByteArray | inline |
| operator<(const QByteArray &other) const | QByteArray | |
| operator<(const char *value) const | QByteArray | |
| operator<<(QDataStream &stream, const QByteArray &byteArray) | QByteArray | related |
| operator<=(const QByteArray &other) const | QByteArray | |
| operator<=(const char *value) const | QByteArray | |
| operator=(const QByteArray &other) | QByteArray | |
| operator=(const char *str) | QByteArray | |
| operator=(QByteArray &&other) | QByteArray | inline |
| operator==(const QByteArray &other) const | QByteArray | inline |
| operator==(const char *value) const | QByteArray | inline |
| operator>(const QByteArray &other) const | QByteArray | |
| operator>(const char *value) const | QByteArray | |
| operator>=(const QByteArray &other) const | QByteArray | |
| operator>=(const char *value) const | QByteArray | |
| operator>>(QDataStream &stream, QByteArray &byteArray) | QByteArray | related |
| operator[](int i) const | QByteArray | inline |
| operator[](uint i) const | QByteArray | inline |
| operator[](int i) | QByteArray | inline |
| operator[](uint i) | QByteArray | inline |
| prepend(char ch) | QByteArray | |
| prepend(const char *str) | QByteArray | |
| prepend(const char *str, int len) | QByteArray | |
| prepend(const QByteArray &value) | QByteArray | |
| push_back(char ch) | QByteArray | inline |
| push_back(const char *str) | QByteArray | inline |
| push_back(const QByteArray &value) | QByteArray | inline |
| push_front(char ch) | QByteArray | inline |
| push_front(const char *str) | QByteArray | inline |
| push_front(const QByteArray &value) | QByteArray | inline |
| qChecksum(const char *data, uint len) | QByteArray | related |
| qCompress(const QByteArray &data, int compressionLevel=-1) | QByteArray | related |
| qCompress(const uchar *data, int nbytes, int compressionLevel=-1) | QByteArray | related |
| qUncompress(const uchar *data, int nbytes) | QByteArray | friend |
| qUncompress(const QByteArray &data) | QByteArray | related |
| qstrcmp(const char *str1, const char *str2) | QByteArray | related |
| qstrcpy(char *dst, const char *src) | QByteArray | related |
| qstrdup(const char *src) | QByteArray | related |
| qstricmp(const char *str1, const char *str2) | QByteArray | related |
| qstrlen(const char *str) | QByteArray | related |
| qstrncmp(const char *str1, const char *str2, uint len) | QByteArray | related |
| qstrncpy(char *dst, const char *src, uint len) | QByteArray | related |
| qstrnicmp(const char *str1, const char *str2, uint len) | QByteArray | related |
| qstrnlen(const char *str, uint maxlen) | QByteArray | related |
| rbegin() | QByteArray | inline |
| rbegin() const | QByteArray | inline |
| remove(char ch) | QByteArray | |
| remove(int pos, int len) | QByteArray | |
| rend() | QByteArray | inline |
| rend() const | QByteArray | inline |
| repeated(int times) const | QByteArray | |
| replace(int pos, int len, const char *str) | QByteArray | |
| replace(int pos, int len, const char *str, int size) | QByteArray | |
| replace(int pos, int len, const QByteArray &value) | QByteArray | |
| replace(char before, const char *after) | QByteArray | inline |
| replace(char before, const QByteArray &after) | QByteArray | |
| replace(const char *before, const char *after) | QByteArray | inline |
| replace(const char *before, int bsize, const char *after, int asize) | QByteArray | |
| replace(const QByteArray &before, const QByteArray &after) | QByteArray | |
| replace(const QByteArray &before, const char *after) | QByteArray | inline |
| replace(const char *before, const QByteArray &after) | QByteArray | |
| replace(char before, char after) | QByteArray | |
| reserve(int size) | QByteArray | inline |
| resize(int size) | QByteArray | |
| right(int len) const | QByteArray | |
| rightJustified(int width, char fill= ' ', bool truncate=false) const | QByteArray | |
| setNum(short n, int base=10) | QByteArray | inline |
| setNum(ushort n, int base=10) | QByteArray | inline |
| setNum(int n, int base=10) | QByteArray | inline |
| setNum(uint n, int base=10) | QByteArray | inline |
| setNum(qint64 n, int base=10) | QByteArray | |
| setNum(quint64 n, int base=10) | QByteArray | |
| setNum(float n, char f= 'g', int prec=6) | QByteArray | inline |
| setNum(double n, char f= 'g', int prec=6) | QByteArray | |
| setRawData(const char *str, int size) | QByteArray | |
| simplified() const | QByteArray | |
| size() const | QByteArray | inline |
| split(char sep) const | QByteArray | |
| squeeze() | QByteArray | inline |
| startsWith(const QByteArray &value) const | QByteArray | |
| startsWith(char ch) const | QByteArray | |
| startsWith(const char *str) const | QByteArray | |
| swap(QByteArray &other) | QByteArray | inline |
| toBase64() const | QByteArray | |
| toCFData() const | QByteArray | |
| toDouble(bool *ok=nullptr) const | QByteArray | |
| toFloat(bool *ok=nullptr) const | QByteArray | |
| toHex() const | QByteArray | |
| toInt(bool *ok=nullptr, int base=10) const | QByteArray | |
| toLong(bool *ok=nullptr, int base=10) const | QByteArray | |
| toLongLong(bool *ok=nullptr, int base=10) const | QByteArray | |
| toLower() const | QByteArray | |
| toNSData() const | QByteArray | |
| toPercentEncoding(const QByteArray &exclude=QByteArray (), const QByteArray &include=QByteArray (), char percent= '%') const | QByteArray | |
| toRawCFData() const | QByteArray | |
| toRawNSData() const | QByteArray | |
| toShort(bool *ok=nullptr, int base=10) const | QByteArray | |
| toUInt(bool *ok=nullptr, int base=10) const | QByteArray | |
| toULong(bool *ok=nullptr, int base=10) const | QByteArray | |
| toULongLong(bool *ok=nullptr, int base=10) const | QByteArray | |
| toUShort(bool *ok=nullptr, int base=10) const | QByteArray | |
| toUpper() const | QByteArray | |
| trimmed() const | QByteArray | |
| truncate(int pos) | QByteArray | |
| ~QByteArray() | QByteArray | inline |