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< QChar::SpecialCharacter > Struct Reference

#include <qstringbuilder.h>

+ Inheritance diagram for QConcatenable< QChar::SpecialCharacter >:
+ Collaboration diagram for QConcatenable< QChar::SpecialCharacter >:

Public Types

enum  { ExactSize = true }
 
typedef QChar::SpecialCharacter type
 
typedef QString ConvertTo
 

Static Public Member Functions

static qsizetype size (const QChar::SpecialCharacter)
 
static void appendTo (const QChar::SpecialCharacter c, QChar *&out)
 

Detailed Description

Definition at line 216 of file qstringbuilder.h.

Member Typedef Documentation

◆ ConvertTo

typedef QString QConcatenable< QChar::SpecialCharacter >::ConvertTo

Definition at line 219 of file qstringbuilder.h.

◆ type

typedef QChar::SpecialCharacter QConcatenable< QChar::SpecialCharacter >::type

Definition at line 218 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ExactSize 

Definition at line 220 of file qstringbuilder.h.

Member Function Documentation

◆ appendTo()

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

Definition at line 222 of file qstringbuilder.h.

References out.

◆ size()

static qsizetype QConcatenable< QChar::SpecialCharacter >::size ( const QChar::SpecialCharacter )
inlinestatic

Definition at line 221 of file qstringbuilder.h.


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