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

#include <qstringbuilder.h>

+ Collaboration diagram for QConcatenable< QLatin1Char >:

Public Types

enum  { ExactSize = true }
 
typedef QLatin1Char type
 
typedef QString ConvertTo
 

Static Public Member Functions

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

Detailed Description

Definition at line 194 of file qstringbuilder.h.

Member Typedef Documentation

◆ ConvertTo

typedef QString QConcatenable< QLatin1Char >::ConvertTo

Definition at line 197 of file qstringbuilder.h.

◆ type

Definition at line 196 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ExactSize 

Definition at line 198 of file qstringbuilder.h.

Member Function Documentation

◆ appendTo() [1/2]

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

Definition at line 202 of file qstringbuilder.h.

References out.

◆ appendTo() [2/2]

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

Definition at line 200 of file qstringbuilder.h.

References out.

◆ size()

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

Definition at line 199 of file qstringbuilder.h.


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