Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QtStringBuilder Namespace Reference

Classes

struct  ConvertToTypeHelper
 
struct  ConvertToTypeHelper< T, QString >
 

Typedefs

template<typename T >
using HasIsNull = decltype(std::declval<const T &>().isNull())
 

Functions

template<typename T >
bool isNull (const T &t)
 
template<typename A , typename B >
QByteArrayappendToByteArray (QByteArray &a, const QStringBuilder< A, B > &b, char)
 
template<typename A , typename B >
QByteArrayappendToByteArray (QByteArray &a, const QStringBuilder< A, B > &b, QChar)
 

Typedef Documentation

◆ HasIsNull

template<typename T >
using QtStringBuilder::HasIsNull = decltype(std::declval<const T &>().isNull())

Definition at line 45 of file qstringbuilder.h.

Function Documentation

◆ appendToByteArray() [1/2]

template<typename A , typename B >
QByteArray & QtStringBuilder::appendToByteArray ( QByteArray & a,
const QStringBuilder< A, B > & b,
char  )

Definition at line 424 of file qstringbuilder.h.

References it, qMax(), QSet< T >::size(), and QByteArray::size().

Referenced by operator+=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ appendToByteArray() [2/2]

template<typename A , typename B >
QByteArray & QtStringBuilder::appendToByteArray ( QByteArray & a,
const QStringBuilder< A, B > & b,
QChar  )

Definition at line 439 of file qstringbuilder.h.

References QString::toUtf8().

+ Here is the call graph for this function:

◆ isNull()

template<typename T >
bool QtStringBuilder::isNull ( const T & t)

Definition at line 46 of file qstringbuilder.h.

References QString::isNull().

Referenced by QStringBuilder< A, B >::isNull().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: