Public Types | Static Public Member Functions

QConcatenable< const char * > Struct Template Reference

Search for all occurrences

Detailed Description

template<>
struct QConcatenable< const char * >

Definition at line 258 of file qstringbuilder.h.

#include <qstringbuilder.h>

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

List of all members.

Public Types

enum   { ExactSize = false }
typedef char const *  type

Static Public Member Functions

static int  size (const char *a)
static void  appendTo (const char *a, QChar *&out)

Member Typedef Documentation

typedef char const* type

Definition at line 260 of file qstringbuilder.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
ExactSize 

Definition at line 261 of file qstringbuilder.h.

{ ExactSize = false };

Member Function Documentation

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

Definition at line 262 of file qstringbuilder.h.

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

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