StringResult Class

(QCborStreamReader::StringResult)
Header: #include <StringResult>
qmake: QT += core

Public Variables

Container data
QCborStreamReader::StringResultCode status

Detailed Description

This class is returned by readString() and readByteArray(), with either the contents of the string that was read or an indication that the parsing is done or found an error.

The contents of data are valid only if status is Ok. Otherwise, it should be null.

Member Type Documentation

Property Documentation

Member Function Documentation

Member Variable Documentation

Related Non-Members

Macro Documentation