QtBase  v6.3.1
Static Protected Member Functions | List of all members
QAbstractConcatenable Struct Reference

#include <qstringbuilder.h>

Inheritance diagram for QAbstractConcatenable:
Inheritance graph
[legend]

Static Protected Member Functions

static void convertFromUtf8 (QByteArrayView in, QChar *&out) noexcept
 
static void convertFromAscii (char a, QChar *&out) noexcept
 
static void appendLatin1To (QLatin1String in, QChar *out) noexcept
 

Detailed Description

Definition at line 58 of file qstringbuilder.h.

Member Function Documentation

◆ appendLatin1To()

void QAbstractConcatenable::appendLatin1To ( QLatin1String  in,
QChar out 
)
staticprotectednoexcept

Definition at line 10796 of file qstring.cpp.

Here is the call graph for this function:

◆ convertFromAscii()

static void QAbstractConcatenable::convertFromAscii ( char  a,
QChar *&  out 
)
inlinestaticprotectednoexcept

Definition at line 62 of file qstringbuilder.h.

Here is the caller graph for this function:

◆ convertFromUtf8()

void QAbstractConcatenable::convertFromUtf8 ( QByteArrayView  in,
QChar *&  out 
)
staticprotectednoexcept

Definition at line 127 of file qstringbuilder.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

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