Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 56 of file qcborstreamreader.h.

Member Data Documentation

◆ data

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

Definition at line 57 of file qcborstreamreader.h.

Referenced by QCborStreamReaderPrivate::readStringChunk().

◆ status

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

Definition at line 58 of file qcborstreamreader.h.


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