![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\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 62 of file qcborstreamreader.h.
Container QCborStreamReader::StringResult< Container >::data |
Definition at line 63 of file qcborstreamreader.h.
StringResultCode QCborStreamReader::StringResult< Container >::status = Error |
Definition at line 64 of file qcborstreamreader.h.