![]() |
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 553 of file qbytearray.cpp.
|
strong |
| Enumerator | |
|---|---|
| Compression | |
| Decompression | |
| Compression | |
| Decompression | |
Definition at line 555 of file qbytearray.cpp.
|
strong |
| Enumerator | |
|---|---|
| Compression | |
| Decompression | |
| Compression | |
| Decompression | |
Definition at line 555 of file qbytearray.cpp.
Definition at line 57 of file qbytearray.cpp.
Definition at line 52 of file qbytearray.cpp.
|
inlinestaticnoexcept |
Definition at line 2879 of file qbytearray.cpp.
|
static |
Definition at line 575 of file qbytearray.cpp.
|
static |
Definition at line 593 of file qbytearray.cpp.
|
inlinestaticconstexpr |
Definition at line 3023 of file qbytearray.cpp.
Referenced by QByteArray::isUpper().
|
inlinestaticconstexpr |
Definition at line 3015 of file qbytearray.cpp.
Referenced by QByteArray::isLower(), and QByteArray::number().
|
static |
Definition at line 2777 of file qbytearray.cpp.
|
static |
Definition at line 581 of file qbytearray.cpp.
|
static |
Definition at line 4728 of file qbytearray.cpp.
|
Definition at line 694 of file qbytearray.cpp.
References Compression.
|
noexcept |
\qhashold{QByteArray::FromBase64Result}
Definition at line 5202 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 369 of file qbytearray.cpp.
|
static |
Definition at line 3284 of file qbytearray.cpp.
|
static |
Definition at line 587 of file qbytearray.cpp.
|
static |
Definition at line 599 of file qbytearray.cpp.
|
static |
Definition at line 608 of file qbytearray.cpp.
References Decompression.
|
static |
Definition at line 568 of file qbytearray.cpp.
|
static |
Definition at line 558 of file qbytearray.cpp.
References Compression, and Decompression.
|
static |
Definition at line 472 of file qbytearray.cpp.