Public Types | Static Public Member Functions

QConcatenable< QLatin1Char > Struct Template Reference

Search for all occurrences

Detailed Description

template<>
struct QConcatenable< QLatin1Char >

Definition at line 148 of file qstringbuilder.h.

#include <qstringbuilder.h>

List of all members.

Public Types

enum   { ExactSize = true }
typedef QLatin1Char  type

Static Public Member Functions

static int  size (const QLatin1Char)
static void  appendTo (const QLatin1Char c, QChar *&out)

Member Typedef Documentation

typedef QLatin1Char type

Definition at line 150 of file qstringbuilder.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
ExactSize 

Definition at line 151 of file qstringbuilder.h.

{ ExactSize = true };

Member Function Documentation

static int size ( const QLatin1Char  ) [inline, static]

Definition at line 152 of file qstringbuilder.h.

{ return 1; }
static void appendTo ( const QLatin1Char  c,
QChar *&  out 
) [inline, static]

Definition at line 153 of file qstringbuilder.h.

    {
        *out++ = c;
    }

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