![]() |
Qt 6.x
The Qt SDK
|
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 > | |
| QByteArray & | appendToByteArray (QByteArray &a, const QStringBuilder< A, B > &b, char) |
| template<typename A , typename B > | |
| QByteArray & | appendToByteArray (QByteArray &a, const QStringBuilder< A, B > &b, QChar) |
| using QtStringBuilder::HasIsNull = typedef decltype(std::declval<const T &>().isNull()) |
Definition at line 44 of file qstringbuilder.h.
| QByteArray & QtStringBuilder::appendToByteArray | ( | QByteArray & | a, |
| const QStringBuilder< A, B > & | b, | ||
| char | |||
| ) |
Definition at line 417 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:| QByteArray & QtStringBuilder::appendToByteArray | ( | QByteArray & | a, |
| const QStringBuilder< A, B > & | b, | ||
| QChar | |||
| ) |
Definition at line 432 of file qstringbuilder.h.
References QString::toUtf8().
Here is the call graph for this function:| bool QtStringBuilder::isNull | ( | const T & | t | ) |
Definition at line 45 of file qstringbuilder.h.
Referenced by QStringBuilder< A, B >::isNull().
Here is the caller graph for this function: