Qt 4.8
Public Types | Static Public Functions | List of all members
QConcatenable< char > Struct Template Reference

#include <qstringbuilder.h>

Inheritance diagram for QConcatenable< char >:
QAbstractConcatenable

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)
 

Detailed Description

template<>
struct QConcatenable< char >

Definition at line 176 of file qstringbuilder.h.

Typedefs

◆ ConvertTo

Definition at line 179 of file qstringbuilder.h.

◆ type

typedef char QConcatenable< char >::type

Definition at line 178 of file qstringbuilder.h.

Enumerations

◆ anonymous enum

anonymous enum
Enumerator
ExactSize 

Definition at line 180 of file qstringbuilder.h.

Functions

◆ appendTo() [1/2]

static QT_ASCII_CAST_WARN void QConcatenable< char >::appendTo ( const char  c,
QChar *&  out 
)
inlinestatic

Definition at line 183 of file qstringbuilder.h.

184  {
186  }
unsigned char c[8]
Definition: qnumeric_p.h:62
static void convertFromAscii(const char *a, int len, QChar *&out)

◆ appendTo() [2/2]

static void QConcatenable< char >::appendTo ( const char  c,
char *&  out 
)
inlinestatic

Definition at line 188 of file qstringbuilder.h.

189  { *out++ = c; }
unsigned char c[8]
Definition: qnumeric_p.h:62

◆ size()

static int QConcatenable< char >::size ( const char  )
inlinestatic

Definition at line 181 of file qstringbuilder.h.

181 { return 1; }

The documentation for this struct was generated from the following file: