Qt 6.7
Qt Core
C++ Classes
QCborStreamReader
Qt 6.7.2 Reference Documentation
List of All Members for QCborStreamReader
This is the complete list of members for
QCborStreamReader
, including inherited members.
struct
StringResult
enum
StringResultCode
enum
Type
QCborStreamReader
()
QCborStreamReader
(const char *, qsizetype)
QCborStreamReader
(const quint8 *, qsizetype)
QCborStreamReader
(const QByteArray &)
QCborStreamReader
(QIODevice *)
~QCborStreamReader
()
addData
(const QByteArray &)
addData
(const char *, qsizetype)
addData
(const quint8 *, qsizetype)
clear
()
containerDepth
() const : int
currentOffset
() const : qint64
currentStringChunkSize
() const : qsizetype
device
() const : QIODevice *
enterContainer
() : bool
hasNext
() const : bool
isArray
() const : bool
isBool
() const : bool
isByteArray
() const : bool
isContainer
() const : bool
isDouble
() const : bool
isFalse
() const : bool
isFloat16
() const : bool
isFloat
() const : bool
isInteger
() const : bool
isInvalid
() const : bool
isLengthKnown
() const : bool
isMap
() const : bool
isNegativeInteger
() const : bool
isNull
() const : bool
isSimpleType
() const : bool
isSimpleType
(QCborSimpleType) const : bool
isString
() const : bool
isTag
() const : bool
isTrue
() const : bool
isUndefined
() const : bool
isUnsignedInteger
() const : bool
isValid
() const : bool
lastError
() const : QCborError
leaveContainer
() : bool
length
() const : quint64
next
(int) : bool
parentContainerType
() const : QCborStreamReader::Type
readAllByteArray
() : QByteArray
readAllString
() : QString
readAllUtf8String
() : QByteArray
readAndAppendToByteArray
(QByteArray &) : bool
readAndAppendToString
(QString &) : bool
readAndAppendToUtf8String
(QByteArray &) : bool
readByteArray
() : QCborStreamReader::StringResult<QByteArray>
readString
() : QCborStreamReader::StringResult<QString>
readStringChunk
(char *, qsizetype) : QCborStreamReader::StringResult<qsizetype>
readUtf8String
() : QCborStreamReader::StringResult<QByteArray>
reparse
()
reset
()
setDevice
(QIODevice *)
toBool
() const : bool
toDouble
() const : double
toFloat16
() const : qfloat16
toFloat
() const : float
toInteger
() const : qint64
toNegativeInteger
() const : QCborNegativeInteger
toSimpleType
() const : QCborSimpleType
toTag
() const : QCborTag
toUnsignedInteger
() const : quint64
type
() const : QCborStreamReader::Type