![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qstringconverter_base.h>
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 |
Definition at line 118 of file qstringconverter_base.h.
using QStringConverter::Interface::DecoderFn = QChar * (*)(QChar *out, QByteArrayView in, State *state) |
Definition at line 120 of file qstringconverter_base.h.
using QStringConverter::Interface::EncoderFn = char * (*)(char *out, QStringView in, State *state) |
Definition at line 122 of file qstringconverter_base.h.
using QStringConverter::Interface::LengthFn = qsizetype (*)(qsizetype inLength) |
Definition at line 121 of file qstringconverter_base.h.
EncoderFn QStringConverter::Interface::fromUtf16 = nullptr |
Definition at line 126 of file qstringconverter_base.h.
LengthFn QStringConverter::Interface::fromUtf16Len = nullptr |
Definition at line 127 of file qstringconverter_base.h.
const char* QStringConverter::Interface::name = nullptr |
Definition at line 123 of file qstringconverter_base.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
DecoderFn QStringConverter::Interface::toUtf16 = nullptr |
Definition at line 124 of file qstringconverter_base.h.
LengthFn QStringConverter::Interface::toUtf16Len = nullptr |
Definition at line 125 of file qstringconverter_base.h.