![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qbytearray.h"
#include "qbytearraymatcher.h"
#include "private/qtools_p.h"
#include "qhashfunctions.h"
#include "qlist.h"
#include "qlocale_p.h"
#include "qlocale_tools_p.h"
#include "private/qnumeric_p.h"
#include "private/qsimd_p.h"
#include "qstringalgorithms_p.h"
#include "qscopedpointer.h"
#include "qstringconverter_p.h"
#include <qdatastream.h>
#include <qmath.h>
#include <zconf.h>
#include <zlib.h>
#include <qxpfunctional.h>
#include <ctype.h>
#include <limits.h>
#include <string.h>
#include <stdlib.h>
#include <algorithm>
#include <QtCore/q26numeric.h>
#include <string>
Go to the source code of this file.
Typedefs | |
using | CompressSizeHint_t = quint32 |
Enumerations | |
enum class | ZLibOp : bool { Compression , Decompression , Compression , Decompression } |
enum class | ZLibOp : bool { Compression , Decompression , Compression , Decompression } |
Variables | |
static const quint16 | crc_tbl [16] |
using CompressSizeHint_t = quint32 |
Definition at line 552 of file qbytearray.cpp.
|
strong |
Enumerator | |
---|---|
Compression | |
Decompression | |
Compression | |
Decompression |
Definition at line 554 of file qbytearray.cpp.
|
strong |
Enumerator | |
---|---|
Compression | |
Decompression | |
Compression | |
Decompression |
Definition at line 554 of file qbytearray.cpp.
Definition at line 56 of file qbytearray.cpp.
Definition at line 51 of file qbytearray.cpp.
|
inlinestaticnoexcept |
Definition at line 2869 of file qbytearray.cpp.
|
static |
Definition at line 574 of file qbytearray.cpp.
|
static |
Definition at line 592 of file qbytearray.cpp.
|
inlinestaticconstexpr |
Definition at line 3013 of file qbytearray.cpp.
Referenced by QByteArray::isUpper().
|
inlinestaticconstexpr |
Definition at line 3005 of file qbytearray.cpp.
Referenced by QByteArray::isLower(), and QByteArray::number().
|
static |
Definition at line 2767 of file qbytearray.cpp.
|
static |
Definition at line 580 of file qbytearray.cpp.
|
static |
Definition at line 4717 of file qbytearray.cpp.
Referenced by QByteArray::percentDecoded().
|
Definition at line 693 of file qbytearray.cpp.
References Compression.
|
noexcept |
\qhashold{QByteArray::FromBase64Result}
Definition at line 5177 of file qbytearray.cpp.
A helper for QByteArray::compare. Compares len1 bytes from str1 to len2 bytes from str2. If len2 is -1, then str2 is expected to be '\0'-terminated.
Definition at line 368 of file qbytearray.cpp.
|
static |
Definition at line 3274 of file qbytearray.cpp.
|
static |
Definition at line 586 of file qbytearray.cpp.
|
static |
Definition at line 598 of file qbytearray.cpp.
|
static |
Definition at line 607 of file qbytearray.cpp.
References Decompression.
|
static |
Definition at line 567 of file qbytearray.cpp.
|
static |
Definition at line 557 of file qbytearray.cpp.
References Compression, and Decompression.
|
static |
Definition at line 471 of file qbytearray.cpp.