QStringConverter::FinalizeResultChar Struct
template <typename Char> struct QStringConverter::FinalizeResultCharQStringDecoder 또는 QStringEncoder 에서 finalize() 호출 결과를 보유합니다.. ..
이 구조체는 Qt 6.11에 도입되었습니다.
공용 변수
| QStringConverter::FinalizeResultChar<Char>::Error | error |
| qint16 | invalidChars |
| Char * | next |
멤버 변수 문서
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.