이 페이지에서

QStringConverter::FinalizeResultChar Struct

template <typename Char> struct QStringConverter::FinalizeResultChar

QStringDecoder 또는 QStringEncoder 에서 finalize() 호출 결과를 보유합니다.. ..

이 구조체는 Qt 6.11에 도입되었습니다.

공용 변수

QStringConverter::FinalizeResultChar<Char>::Error error
qint16 invalidChars
Char *next

상세 설명

이 클래스는 finalize() 호출의 결과 또는 호출이 성공하지 못한 이유를 전달하는 데 사용됩니다.

멤버 변수 문서

QStringConverter::FinalizeResultChar<Char>::Error FinalizeResultChar::error

마무리하는 동안 발견된 오류를 전달합니다.

qint16 FinalizeResultChar::invalidChars

state에서 이전에 계산된 유효하지 않은 문자의 수와 finalize() 호출 중에 발생한 유효하지 않은 문자의 수입니다.

Char *FinalizeResultChar::next

마지막으로 쓴 문자 다음에 오는 문자 위치를 가리킵니다.

© 2026 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.