Definition at line 137 of file qstringbuilder.h.
#include <qstringbuilder.h>

Public Types |
|
| enum | { ExactSize = true } |
| typedef char | type |
Static Public Member Functions |
|
| static int | size (const char) |
| static void | appendTo (const char c, QChar *&out) |
| typedef char type |
Definition at line 139 of file qstringbuilder.h.
| anonymous enum |
Definition at line 140 of file qstringbuilder.h.
{ ExactSize = true };
| static int size | ( | const char | ) | [inline, static] |
| static void appendTo | ( | const char | c, |
| QChar *& | out | ||
| ) | [inline, static] |
Definition at line 142 of file qstringbuilder.h.
{
QAbstractConcatenable::convertFromAscii(c, out);
}