Public Types | Static Public Member Functions

QConcatenable< QCharRef > Struct Template Reference

Search for all occurrences

Detailed Description

template<>
struct QConcatenable< QCharRef >

Definition at line 170 of file qstringbuilder.h.

#include <qstringbuilder.h>

List of all members.

Public Types

enum   { ExactSize = true }
typedef QCharRef  type

Static Public Member Functions

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

Member Typedef Documentation

typedef QCharRef type

Definition at line 172 of file qstringbuilder.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
ExactSize 

Definition at line 173 of file qstringbuilder.h.

{ ExactSize = true };

Member Function Documentation

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

Definition at line 174 of file qstringbuilder.h.

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

Definition at line 175 of file qstringbuilder.h.

    {
        *out++ = QChar(c);
    }

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