![]() |
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 = FinalizeResultBase::Error |
| Public Types inherited from QStringConverter::FinalizeResultBase | |
| enum | Error : quint8 { NoError , InvalidCharacters , NotEnoughSpace } |
| \value NoError No error. More... | |
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 183 of file qstringconverter_base.h.
| using QStringConverter::FinalizeResultChar< Char >::Error = FinalizeResultBase::Error |
Definition at line 185 of file qstringconverter_base.h.
| Error QStringConverter::FinalizeResultChar< Char >::error |
Definition at line 189 of file qstringconverter_base.h.
| qint16 QStringConverter::FinalizeResultChar< Char >::invalidChars |
Definition at line 188 of file qstringconverter_base.h.
| Char* QStringConverter::FinalizeResultChar< Char >::next |
Definition at line 187 of file qstringconverter_base.h.