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::Interface Struct Reference

#include <qstringconverter_base.h>

+ Collaboration diagram for QStringConverter::Interface:

Public Types

using DecoderFn = QChar * (*)(QChar *out, QByteArrayView in, State *state)
 
using LengthFn = qsizetype (*)(qsizetype inLength)
 
using EncoderFn = char * (*)(char *out, QStringView in, State *state)
 

Public Attributes

const char * name = nullptr
 
DecoderFn toUtf16 = nullptr
 
LengthFn toUtf16Len = nullptr
 
EncoderFn fromUtf16 = nullptr
 
LengthFn fromUtf16Len = nullptr
 

Detailed Description

Definition at line 118 of file qstringconverter_base.h.

Member Typedef Documentation

◆ DecoderFn

◆ EncoderFn

Definition at line 122 of file qstringconverter_base.h.

◆ LengthFn

Definition at line 121 of file qstringconverter_base.h.

Member Data Documentation

◆ fromUtf16

EncoderFn QStringConverter::Interface::fromUtf16 = nullptr

Definition at line 126 of file qstringconverter_base.h.

◆ fromUtf16Len

LengthFn QStringConverter::Interface::fromUtf16Len = nullptr

Definition at line 127 of file qstringconverter_base.h.

◆ name

const char* QStringConverter::Interface::name = nullptr

◆ toUtf16

DecoderFn QStringConverter::Interface::toUtf16 = nullptr

Definition at line 124 of file qstringconverter_base.h.

◆ toUtf16Len

LengthFn QStringConverter::Interface::toUtf16Len = nullptr

Definition at line 125 of file qstringconverter_base.h.


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