Qt 4.8
|
#include <qstringbuilder.h>
Public Types | |
enum | { ExactSize = true } |
typedef QString | ConvertTo |
typedef QStringRef | type |
Static Public Functions | |
static void | appendTo (const QStringRef &a, QChar *&out) |
static QT_ASCII_CAST_WARN void | appendTo (const QStringRef &a, char *&out) |
static int | size (const QStringRef &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 286 of file qstringbuilder.h.
typedef QString QConcatenable< QStringRef >::ConvertTo |
Definition at line 289 of file qstringbuilder.h.
typedef QStringRef QConcatenable< QStringRef >::type |
Definition at line 288 of file qstringbuilder.h.
anonymous enum |
|
inlinestatic |
Definition at line 292 of file qstringbuilder.h.
|
inlinestatic |
Definition at line 299 of file qstringbuilder.h.
|
inlinestatic |
Definition at line 291 of file qstringbuilder.h.