Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QListSpecialMethods< QByteArray > Struct Reference

#include <qbytearraylist.h>

Inheritance diagram for QListSpecialMethods< QByteArray >:
Collaboration diagram for QListSpecialMethods< QByteArray >:

Public Member Functions

QByteArray join (QByteArrayView sep={}) const
Q_WEAK_OVERLOAD QByteArray join (const QByteArray &sep) const
QByteArray join (char sep) const
Public Member Functions inherited from QListSpecialMethodsBase< QByteArray >
qsizetype indexOf (const AT &t, qsizetype from=0) const noexcept
qsizetype lastIndexOf (const AT &t, qsizetype from=-1) const noexcept
bool contains (const AT &t) const noexcept

Protected Member Functions

 QListSpecialMethods ()=default
 ~QListSpecialMethods ()=default
 QListSpecialMethods (const QListSpecialMethods &)=default
 QListSpecialMethods (QListSpecialMethods &&)=default
QListSpecialMethodsoperator= (const QListSpecialMethods &)=default
QListSpecialMethodsoperator= (QListSpecialMethods &&)=default
Protected Member Functions inherited from QListSpecialMethodsBase< QByteArray >
 QListSpecialMethodsBase ()=default
Selfself ()

Additional Inherited Members

Protected Types inherited from QListSpecialMethodsBase< QByteArray >
using Self

Detailed Description

Definition at line 36 of file qbytearraylist.h.

Constructor & Destructor Documentation

◆ QListSpecialMethods() [1/3]

◆ ~QListSpecialMethods()

◆ QListSpecialMethods() [2/3]

◆ QListSpecialMethods() [3/3]

Member Function Documentation

◆ join() [1/3]

QByteArray QListSpecialMethods< QByteArray >::join ( char sep) const
inline

Definition at line 60 of file qbytearraylist.h.

◆ join() [2/3]

Q_WEAK_OVERLOAD QByteArray QListSpecialMethods< QByteArray >::join ( const QByteArray & sep) const
inline

Definition at line 58 of file qbytearraylist.h.

◆ join() [3/3]

QByteArray QListSpecialMethods< QByteArray >::join ( QByteArrayView sep = {}) const
inline

Definition at line 53 of file qbytearraylist.h.

◆ operator=() [1/2]

QListSpecialMethods & QListSpecialMethods< QByteArray >::operator= ( const QListSpecialMethods< QByteArray > & )
protecteddefault

◆ operator=() [2/2]


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