![]() |
Qt 6.x
The Qt SDK
|
#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) |
Definition at line 140 of file qstringbuilder.h.
| typedef QByteArray QConcatenable< char >::ConvertTo |
Definition at line 143 of file qstringbuilder.h.
| typedef char QConcatenable< char >::type |
Definition at line 142 of file qstringbuilder.h.
| anonymous enum |
| Enumerator | |
|---|---|
| ExactSize | |
Definition at line 144 of file qstringbuilder.h.
|
inlinestatic |
Definition at line 152 of file qstringbuilder.h.
References out.
|
inlinestatic |
Definition at line 147 of file qstringbuilder.h.
References QAbstractConcatenable::convertFromAscii(), and out.
Here is the call graph for this function:
|
inlinestatic |
Definition at line 145 of file qstringbuilder.h.