Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QCborStreamReader::StringResult< Container > Class Template Reference

\inmodule QtCore More...

#include <qcborstreamreader.h>

Collaboration diagram for QCborStreamReader::StringResult< Container >:

Public Attributes

Container data
StringResultCode status = Error

Detailed Description

template<typename Container>
class QCborStreamReader::StringResult< Container >

\inmodule QtCore

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 \l data are valid only if \l status is \l{StringResultCode}{Ok}. Otherwise, it should be null.

Definition at line 62 of file qcborstreamreader.h.

Member Data Documentation

◆ data

template<typename Container>
Container QCborStreamReader::StringResult< Container >::data

Definition at line 63 of file qcborstreamreader.h.

◆ status

template<typename Container>
StringResultCode QCborStreamReader::StringResult< Container >::status = Error

Definition at line 64 of file qcborstreamreader.h.


The documentation for this class was generated from the following file: