Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QConcatenable< QByteArrayView > Struct Reference

#include <qstringbuilder.h>

+ Inheritance diagram for QConcatenable< QByteArrayView >:
+ Collaboration diagram for QConcatenable< QByteArrayView >:

Public Types

enum  { ExactSize = true }
 
typedef QByteArrayView type
 
typedef QByteArray ConvertTo
 

Static Public Member Functions

static qsizetype size (QByteArrayView bav)
 
static QT_ASCII_CAST_WARN void appendTo (QByteArrayView bav, QChar *&out)
 
static void appendTo (QByteArrayView bav, char *&out)
 

Detailed Description

Definition at line 156 of file qstringbuilder.h.

Member Typedef Documentation

◆ ConvertTo

typedef QByteArray QConcatenable< QByteArrayView >::ConvertTo

Definition at line 159 of file qstringbuilder.h.

◆ type

Definition at line 158 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ExactSize 

Definition at line 160 of file qstringbuilder.h.

Member Function Documentation

◆ appendTo() [1/2]

static void QConcatenable< QByteArrayView >::appendTo ( QByteArrayView  bav,
char *&  out 
)
inlinestatic

Definition at line 168 of file qstringbuilder.h.

References QByteArrayView::data(), out, and QByteArrayView::size().

+ Here is the call graph for this function:

◆ appendTo() [2/2]

static QT_ASCII_CAST_WARN void QConcatenable< QByteArrayView >::appendTo ( QByteArrayView  bav,
QChar *&  out 
)
inlinestatic

Definition at line 163 of file qstringbuilder.h.

References QAbstractConcatenable::convertFromUtf8(), and out.

+ Here is the call graph for this function:

◆ size()

Definition at line 161 of file qstringbuilder.h.

References QByteArrayView::size().

+ Here is the call graph for this function:

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