StringResult Class

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

公共变量

Container data
QCborStreamReader::StringResultCode status

详细描述

This class is returned by readString () 和 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.

成员变量文档编制

Container StringResult:: data

Contains the actual data from the string if status is Ok .

QCborStreamReader::StringResultCode StringResult:: status

Contains the status of the attempt of reading the string from the stream.