Qt 4.8
|
#include <qstringbuilder.h>
Public Types | |
enum | { ExactSize = true } |
typedef QString | ConvertTo |
typedef QCharRef | type |
Static Public Functions | |
static void | appendTo (const QCharRef &c, QChar *&out) |
static QT_ASCII_CAST_WARN void | appendTo (const QCharRef &c, char *&out) |
static int | size (const QCharRef &) |
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 218 of file qstringbuilder.h.
typedef QString QConcatenable< QCharRef >::ConvertTo |
Definition at line 221 of file qstringbuilder.h.
typedef QCharRef QConcatenable< QCharRef >::type |
Definition at line 220 of file qstringbuilder.h.
anonymous enum |
|
inlinestatic |
Definition at line 224 of file qstringbuilder.h.
|
inlinestatic |
Definition at line 227 of file qstringbuilder.h.
|
inlinestatic |
Definition at line 223 of file qstringbuilder.h.