Qt 4.8
|
#include <qstringbuilder.h>
Public Types | |
enum | { ExactSize = true } |
typedef QByteArray | ConvertTo |
typedef char | type |
Static Public Functions | |
static QT_ASCII_CAST_WARN void | appendTo (const char c, QChar *&out) |
static void | appendTo (const char c, char *&out) |
static int | size (const char) |
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 176 of file qstringbuilder.h.
typedef QByteArray QConcatenable< char >::ConvertTo |
Definition at line 179 of file qstringbuilder.h.
typedef char QConcatenable< char >::type |
Definition at line 178 of file qstringbuilder.h.
anonymous enum |
|
inlinestatic |
Definition at line 183 of file qstringbuilder.h.
|
inlinestatic |
Definition at line 188 of file qstringbuilder.h.
|
inlinestatic |
Definition at line 181 of file qstringbuilder.h.