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

#include <qstringbuilder.h>

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

Public Types

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

Static Public Member Functions

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

Detailed Description

Definition at line 147 of file qstringbuilder.h.

Member Typedef Documentation

◆ ConvertTo

typedef QByteArray QConcatenable< char >::ConvertTo

Definition at line 150 of file qstringbuilder.h.

◆ type

typedef char QConcatenable< char >::type

Definition at line 149 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ExactSize 

Definition at line 151 of file qstringbuilder.h.

Member Function Documentation

◆ appendTo() [1/2]

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

Definition at line 159 of file qstringbuilder.h.

References out.

◆ appendTo() [2/2]

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

Definition at line 154 of file qstringbuilder.h.

References QAbstractConcatenable::convertFromAscii(), and out.

+ Here is the call graph for this function:

◆ size()

static qsizetype QConcatenable< char >::size ( const char )
inlinestatic

Definition at line 152 of file qstringbuilder.h.


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