Qt 5.15
Qt Core
C++ Classes
QCborStreamReader
Qt 5.15.8 Reference Documentation
List of All Members for QCborStreamReader
This is the complete list of members for
QCborStreamReader
, including inherited members.
struct
StringResult
QCborStreamReader
(QIODevice *)
QCborStreamReader
(const QByteArray &)
QCborStreamReader
(const quint8 *, qsizetype )
QCborStreamReader
(const char *, qsizetype )
QCborStreamReader
()
enum
StringResultCode
enum
Type
~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
() : QCborError
leaveContainer
() : bool
length
() const : quint64
next
(int ) : bool
parentContainerType
() const : QCborStreamReader::Type
readByteArray
() : StringResult<QByteArray>
readString
() : StringResult<QString>
readStringChunk
(char *, qsizetype ) : StringResult<qsizetype>
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