Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QStringConverter::FinalizeResultChar< Char > Class Template Reference

\inmodule QtCore More...

#include <qstringconverter_base.h>

Collaboration diagram for QStringConverter::FinalizeResultChar< Char >:

Public Types

using Error = FinalizeResultError

Public Attributes

Charnext
qint16 invalidChars
Error error

Detailed Description

template<typename Char>
class QStringConverter::FinalizeResultChar< Char >

\inmodule QtCore

Since
6.11 \reentrant

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.

Member Typedef Documentation

◆ Error

template<typename Char>
using QStringConverter::FinalizeResultChar< Char >::Error = FinalizeResultError

Definition at line 182 of file qstringconverter_base.h.

Member Data Documentation

◆ error

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

Definition at line 186 of file qstringconverter_base.h.

◆ invalidChars

template<typename Char>
qint16 QStringConverter::FinalizeResultChar< Char >::invalidChars

Definition at line 185 of file qstringconverter_base.h.

◆ next

template<typename Char>
Char* QStringConverter::FinalizeResultChar< Char >::next

Definition at line 184 of file qstringconverter_base.h.


The documentation for this class was generated from the following file: