Public Types | Static Public Member Functions

QConcatenable< char > Struct Template Reference

Search for all occurrences

Detailed Description

template<>
struct QConcatenable< char >

Definition at line 137 of file qstringbuilder.h.

#include <qstringbuilder.h>

Inheritance diagram for QConcatenable< char >:
Inheritance graph
[legend]

List of all members.

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)

Member Typedef Documentation

typedef char type

Definition at line 139 of file qstringbuilder.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
ExactSize 

Definition at line 140 of file qstringbuilder.h.

{ ExactSize = true };

Member Function Documentation

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

Definition at line 141 of file qstringbuilder.h.

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

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