Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 163 of file qstringbuilder.h.

Member Typedef Documentation

◆ ConvertTo

typedef QByteArray QConcatenable< QByteArrayView >::ConvertTo

Definition at line 166 of file qstringbuilder.h.

◆ type

Definition at line 165 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ExactSize 

Definition at line 167 of file qstringbuilder.h.

Member Function Documentation

◆ appendTo() [1/2]

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

Definition at line 175 of file qstringbuilder.h.

References out.

◆ appendTo() [2/2]

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

Definition at line 170 of file qstringbuilder.h.

References QAbstractConcatenable::convertFromUtf8(), and out.

+ Here is the call graph for this function:

◆ size()

Definition at line 168 of file qstringbuilder.h.


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