Qt 4.8
|
#include <qstringbuilder.h>
Public Types | |
enum | { ExactSize = true } |
typedef QString | ConvertTo |
typedef QString | type |
Static Public Functions | |
static void | appendTo (const QString &a, QChar *&out) |
static QT_ASCII_CAST_WARN void | appendTo (const QString &a, char *&out) |
static int | size (const QString &a) |
Additional Inherited Members | |
Static Private Functions inherited from QAbstractConcatenable | |
static void | convertFromAscii (const char *a, int len, QChar *&out) |
static void | convertFromAscii (char a, QChar *&out) |
static void | convertToAscii (const QChar *a, int len, char *&out) |
static void | convertToAscii (QChar a, char *&out) |
static void | convertToLatin1 (QChar a, char *&out) |
Definition at line 268 of file qstringbuilder.h.
typedef QString QConcatenable< QString >::ConvertTo |
Definition at line 271 of file qstringbuilder.h.
typedef QString QConcatenable< QString >::type |
Definition at line 270 of file qstringbuilder.h.
anonymous enum |
|
inlinestatic |
Definition at line 274 of file qstringbuilder.h.
|
inlinestatic |
Definition at line 281 of file qstringbuilder.h.
|
inlinestatic |
Definition at line 273 of file qstringbuilder.h.