#include <QtCore/qrefcount.h>
#include <QtCore/qnamespace.h>
#include <QtCore/qarraydata.h>
#include <QtCore/qarraydatapointer.h>
#include <QtCore/qcontainerfwd.h>
#include <QtCore/qbytearrayalgorithms.h>
#include <QtCore/qbytearrayview.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <string>
#include <iterator>
Go to the source code of this file.
|
QByteArray | operator+ (const QByteArray &a1, const QByteArray &a2) |
|
QByteArray | operator+ (QByteArray &&lhs, const QByteArray &rhs) |
|
QByteArray | operator+ (const QByteArray &a1, const char *a2) |
|
QByteArray | operator+ (QByteArray &&lhs, const char *rhs) |
|
QByteArray | operator+ (const QByteArray &a1, char a2) |
|
QByteArray | operator+ (QByteArray &&lhs, char rhs) |
|
QByteArray | operator+ (const char *a1, const QByteArray &a2) |
|
QByteArray | operator+ (char a1, const QByteArray &a2) |
|
Q_CORE_EXPORT QDataStream & | operator<< (QDataStream &, const QByteArray &) |
|
Q_CORE_EXPORT QDataStream & | operator>> (QDataStream &, QByteArray &) |
|
Q_CORE_EXPORT QByteArray | qCompress (const uchar *data, qsizetype nbytes, int compressionLevel=-1) |
|
Q_CORE_EXPORT QByteArray | qUncompress (const uchar *data, qsizetype nbytes) |
|
QByteArray | qCompress (const QByteArray &data, int compressionLevel=-1) |
|
QByteArray | qUncompress (const QByteArray &data) |
|
Q_CORE_EXPORT Q_DECL_PURE_FUNCTION size_t | qHash (const QByteArray::FromBase64Result &key, size_t seed=0) noexcept |
|
template<typename T > |
qsizetype | erase (QByteArray &ba, const T &t) |
|
template<typename Predicate > |
qsizetype | erase_if (QByteArray &ba, Predicate pred) |
|
QByteArray | Qt::Literals::StringLiterals::operator""_ba (const char *str, size_t size) noexcept |
|
◆ QByteArrayLiteral
◆ QT5_NULL_STRINGS
#define QT5_NULL_STRINGS 1 |
◆ QByteArrayData
◆ erase()
◆ erase_if()
template<typename Predicate >
◆ operator+() [1/8]
◆ operator+() [2/8]
◆ operator+() [3/8]
◆ operator+() [4/8]
◆ operator+() [5/8]
◆ operator+() [6/8]
◆ operator+() [7/8]
◆ operator+() [8/8]
◆ operator<<()
◆ operator>>()
◆ qCompress() [1/2]
◆ qCompress() [2/2]
◆ qHash()
◆ qUncompress() [1/2]
◆ qUncompress() [2/2]