![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtCore More...
#include <qcborstreamreader.h>
Public Attributes | |
Container | data |
StringResultCode | status = Error |
\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.
Container QCborStreamReader::StringResult< Container >::data |
Definition at line 57 of file qcborstreamreader.h.
StringResultCode QCborStreamReader::StringResult< Container >::status = Error |
Definition at line 58 of file qcborstreamreader.h.