StringResult Struct

template <typename Container> struct QCborStreamReader ::StringResult

公共变量

容器 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.

内容对于 data are valid only if status is Ok . Otherwise, it should be null.

成员变量文档编制

容器 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.