![]() |
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 <QtCore/private/qtclasshelper_p.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 554 of file qbytearray.cpp.
|
strong |
| Enumerator | |
|---|---|
| Compression | |
| Decompression | |
| Compression | |
| Decompression | |
Definition at line 556 of file qbytearray.cpp.
|
strong |
| Enumerator | |
|---|---|
| Compression | |
| Decompression | |
| Compression | |
| Decompression | |
Definition at line 556 of file qbytearray.cpp.
Definition at line 58 of file qbytearray.cpp.
Definition at line 53 of file qbytearray.cpp.
|
inlinestaticnoexcept |
Definition at line 2880 of file qbytearray.cpp.
|
static |
Definition at line 576 of file qbytearray.cpp.
|
static |
Definition at line 594 of file qbytearray.cpp.
|
inlinestaticconstexpr |
Definition at line 3024 of file qbytearray.cpp.
Referenced by QByteArray::isUpper().
|
inlinestaticconstexpr |
Definition at line 3016 of file qbytearray.cpp.
Referenced by QByteArray::isLower(), and QByteArray::number().
|
static |
Definition at line 2778 of file qbytearray.cpp.
|
static |
Definition at line 582 of file qbytearray.cpp.
|
static |
Definition at line 4728 of file qbytearray.cpp.
|
Definition at line 695 of file qbytearray.cpp.
References Compression.
|
noexcept |
\qhashold{QByteArray::FromBase64Result}
Definition at line 5205 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 370 of file qbytearray.cpp.
|
static |
Definition at line 3284 of file qbytearray.cpp.
|
static |
Definition at line 588 of file qbytearray.cpp.
|
static |
Definition at line 600 of file qbytearray.cpp.
|
static |
Definition at line 609 of file qbytearray.cpp.
References Decompression.
|
static |
Definition at line 569 of file qbytearray.cpp.
|
static |
Definition at line 559 of file qbytearray.cpp.
References Compression, and Decompression.
|
static |
Definition at line 473 of file qbytearray.cpp.