![]() |
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 <qstringconverter_base.h>
Public Types | |
| using | Error = FinalizeResultError |
Public Attributes | |
| Char * | next |
| qint16 | invalidChars |
| Error | error |
\inmodule QtCore
Holds the result of calling finalize() on QStringDecoder or QStringEncoder.
FinalizeResultChar<Char> is a template class where Char specifies the character type (typically char or char16_t).
This class is used to relay the result of the finalize() call or the reason why the call did not succeed.
Definition at line 180 of file qstringconverter_base.h.
| using QStringConverter::FinalizeResultChar< Char >::Error = FinalizeResultError |
Definition at line 182 of file qstringconverter_base.h.
| Error QStringConverter::FinalizeResultChar< Char >::error |
Definition at line 186 of file qstringconverter_base.h.
| qint16 QStringConverter::FinalizeResultChar< Char >::invalidChars |
Definition at line 185 of file qstringconverter_base.h.
| Char* QStringConverter::FinalizeResultChar< Char >::next |
Definition at line 184 of file qstringconverter_base.h.