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< QByteArray > Struct Reference

#include <qstringbuilder.h>

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

Public Types

enum  { ExactSize = false }
 
typedef QByteArray type
 
typedef QByteArray ConvertTo
 

Static Public Member Functions

static qsizetype size (const QByteArray &ba)
 
static QT_ASCII_CAST_WARN void appendTo (const QByteArray &ba, QChar *&out)
 
static void appendTo (const QByteArray &ba, char *&out)
 

Detailed Description

Definition at line 362 of file qstringbuilder.h.

Member Typedef Documentation

◆ ConvertTo

typedef QByteArray QConcatenable< QByteArray >::ConvertTo

Definition at line 365 of file qstringbuilder.h.

◆ type

Definition at line 364 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ExactSize 

Definition at line 366 of file qstringbuilder.h.

Member Function Documentation

◆ appendTo() [1/2]

static void QConcatenable< QByteArray >::appendTo ( const QByteArray & ba,
char *& out )
inlinestatic

Definition at line 374 of file qstringbuilder.h.

References ba, QByteArray::begin(), out, and QByteArray::size().

+ Here is the call graph for this function:

◆ appendTo() [2/2]

static QT_ASCII_CAST_WARN void QConcatenable< QByteArray >::appendTo ( const QByteArray & ba,
QChar *& out )
inlinestatic

Definition at line 369 of file qstringbuilder.h.

References ba, QAbstractConcatenable::convertFromUtf8(), and out.

+ Here is the call graph for this function:

◆ size()

static qsizetype QConcatenable< QByteArray >::size ( const QByteArray & ba)
inlinestatic

Definition at line 367 of file qstringbuilder.h.

References ba, and QByteArray::size().

+ Here is the call graph for this function:

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