[][src]Module qt_core::q_cbor_stream_reader

C++ type: QCborStreamReader

Structs

StringResultCode

This enum is returned by readString() and readByteArray() and is used to indicate what the status of the parsing is.

StringResultOfLonglong

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.

StringResultOfQByteArray

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.

StringResultOfQString

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.

Type

This enumeration contains all possible CBOR types as decoded by QCborStreamReader. CBOR has 7 major types, plus a number of simple types carrying no value, and floating point values.