StringResult Struct

template <typename Container> struct QCborStreamReader::StringResult

공용 변수

Container data
QCborStreamReader::StringResultCode status

상세 설명

이 클래스는 readString() 및 readByteArray()에 의해 반환되며, 읽은 문자열의 내용 또는 구문 분석이 완료되었거나 오류가 발견되었다는 표시와 함께 반환됩니다.

data 의 내용은 statusOk 인 경우에만 유효합니다. 그렇지 않으면 null이어야 합니다.

멤버 변수 문서

Container StringResult::data

statusOk 인 경우 문자열의 실제 데이터를 포함합니다.

QCborStreamReader::StringResultCode StringResult::status

스트림에서 문자열을 읽으려는 시도의 상태를 포함합니다.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.