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>

Inheritance diagram for QStringConverter::FinalizeResultChar< Char >:
Collaboration diagram for QStringConverter::FinalizeResultChar< Char >:

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

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.

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.

Member Typedef Documentation

◆ Error

Member Data Documentation

◆ error

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

Definition at line 189 of file qstringconverter_base.h.

◆ invalidChars

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

Definition at line 188 of file qstringconverter_base.h.

◆ next

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

Definition at line 187 of file qstringconverter_base.h.


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