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< const char[N]> Struct Template Reference

#include <qstringbuilder.h>

+ Inheritance diagram for QConcatenable< const char[N]>:
+ Collaboration diagram for QConcatenable< const char[N]>:

Public Types

enum  { ExactSize = false }
 
typedef const char type[N]
 
typedef QByteArray ConvertTo
 

Static Public Member Functions

static qsizetype size (const char[N])
 
static QT_ASCII_CAST_WARN void appendTo (const char a[N], QChar *&out)
 
static void appendTo (const char a[N], char *&out)
 

Detailed Description

template<qsizetype N>
struct QConcatenable< const char[N]>

Definition at line 276 of file qstringbuilder.h.

Member Typedef Documentation

◆ ConvertTo

template<qsizetype N>
typedef QByteArray QConcatenable< const char[N]>::ConvertTo

Definition at line 279 of file qstringbuilder.h.

◆ type

template<qsizetype N>
typedef const char QConcatenable< const char[N]>::type[N]

Definition at line 278 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

template<qsizetype N>
anonymous enum
Enumerator
ExactSize 

Definition at line 280 of file qstringbuilder.h.

Member Function Documentation

◆ appendTo() [1/2]

template<qsizetype N>
static void QConcatenable< const char[N]>::appendTo ( const char a[N],
char *& out )
inlinestatic

Definition at line 288 of file qstringbuilder.h.

References out.

◆ appendTo() [2/2]

template<qsizetype N>
static QT_ASCII_CAST_WARN void QConcatenable< const char[N]>::appendTo ( const char a[N],
QChar *& out )
inlinestatic

Definition at line 283 of file qstringbuilder.h.

References QAbstractConcatenable::convertFromUtf8(), and out.

+ Here is the call graph for this function:

◆ size()

template<qsizetype N>
static qsizetype QConcatenable< const char[N]>::size ( const char [N])
inlinestatic

Definition at line 281 of file qstringbuilder.h.


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