Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QConcatenable< const char * > Struct Reference

#include <qstringbuilder.h>

+ Inheritance diagram for QConcatenable< const char * >:
+ Collaboration diagram for QConcatenable< const char * >:

Public Types

enum  { ExactSize = false }
 
typedef const char * type
 
typedef QByteArray ConvertTo
 

Static Public Member Functions

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

Detailed Description

Definition at line 293 of file qstringbuilder.h.

Member Typedef Documentation

◆ ConvertTo

typedef QByteArray QConcatenable< const char * >::ConvertTo

Definition at line 296 of file qstringbuilder.h.

◆ type

typedef const char* QConcatenable< const char * >::type

Definition at line 295 of file qstringbuilder.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
ExactSize 

Definition at line 297 of file qstringbuilder.h.

Member Function Documentation

◆ appendTo() [1/2]

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

Definition at line 303 of file qstringbuilder.h.

References out.

◆ appendTo() [2/2]

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

Definition at line 300 of file qstringbuilder.h.

References QAbstractConcatenable::convertFromUtf8(), and out.

+ Here is the call graph for this function:

◆ size()

static qsizetype QConcatenable< const char * >::size ( const char *  a)
inlinestatic

Definition at line 298 of file qstringbuilder.h.

References qstrlen().

+ Here is the call graph for this function:

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