QStringConverter::FinalizeResultChar Struct
template <typename Char> struct QStringConverter::FinalizeResultCharContiene el resultado de llamar a finalize() en QStringDecoder o QStringEncoder. Más...
Esta estructura se introdujo en Qt 6.11.
Variables públicas
| QStringConverter::FinalizeResultChar<Char>::Error | error |
| qint16 | invalidChars |
| Char * | next |
Descripción detallada
Esta clase se utiliza para transmitir el resultado de la llamada a finalize() o la razón por la que la llamada no tuvo éxito.
Documentación de Variables Miembro
QStringConverter::FinalizeResultChar<Char>::Error FinalizeResultChar::error
Retransmite los errores descubiertos durante la finalización.
qint16 FinalizeResultChar::invalidChars
El número de caracteres no válidos que se contaron previamente en el estado, así como los que se encontraron durante la llamada a finalize().
Char *FinalizeResultChar::next
Señala la posición del carácter siguiente al último carácter escrito.
© 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.