QtBase  v6.3.1
Public Types | Public Attributes | List of all members
QStringConverter::Interface Struct Reference

#include <qstringconverter.h>

Collaboration diagram for QStringConverter::Interface:
Collaboration graph
[legend]

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 145 of file qstringconverter.h.

Member Typedef Documentation

◆ DecoderFn

Definition at line 147 of file qstringconverter.h.

◆ EncoderFn

Definition at line 149 of file qstringconverter.h.

◆ LengthFn

Definition at line 148 of file qstringconverter.h.

Member Data Documentation

◆ fromUtf16

EncoderFn QStringConverter::Interface::fromUtf16 = nullptr

Definition at line 153 of file qstringconverter.h.

◆ fromUtf16Len

LengthFn QStringConverter::Interface::fromUtf16Len = nullptr

Definition at line 154 of file qstringconverter.h.

◆ name

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

Definition at line 150 of file qstringconverter.h.

◆ toUtf16

DecoderFn QStringConverter::Interface::toUtf16 = nullptr

Definition at line 151 of file qstringconverter.h.

◆ toUtf16Len

LengthFn QStringConverter::Interface::toUtf16Len = nullptr

Definition at line 152 of file qstringconverter.h.


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