#include <QtCore/qlist.h>
#include <QtCore/qalgorithms.h>
#include <QtCore/qcontainertools_impl.h>
#include <QtCore/qstring.h>
#include <QtCore/qstringmatcher.h>
Go to the source code of this file.
|  | 
| struct | QListSpecialMethods< QString > | 
|  | 
|  | 
| void Q_CORE_EXPORT | QtPrivate::QStringList_sort (QStringList *that, Qt::CaseSensitivity cs) | 
|  | 
| qsizetype Q_CORE_EXPORT | QtPrivate::QStringList_removeDuplicates (QStringList *that) | 
|  | 
| QString Q_CORE_EXPORT | QtPrivate::QStringList_join (const QStringList *that, QStringView sep) | 
|  | 
| QString Q_CORE_EXPORT | QtPrivate::QStringList_join (const QStringList *that, const QChar *sep, qsizetype seplen) | 
|  | 
| Q_CORE_EXPORT QString | QtPrivate::QStringList_join (const QStringList &list, QLatin1StringView sep) | 
|  | 
| QStringList Q_CORE_EXPORT | QtPrivate::QStringList_filter (const QStringList *that, QStringView str, Qt::CaseSensitivity cs) | 
|  | 
| bool Q_CORE_EXPORT | QtPrivate::QStringList_contains (const QStringList *that, QStringView str, Qt::CaseSensitivity cs) | 
|  | 
| bool Q_CORE_EXPORT | QtPrivate::QStringList_contains (const QStringList *that, QLatin1StringView str, Qt::CaseSensitivity cs) | 
|  | 
| void Q_CORE_EXPORT | QtPrivate::QStringList_replaceInStrings (QStringList *that, QStringView before, QStringView after, Qt::CaseSensitivity cs) | 
|  | 
◆ QMutableStringListIterator
◆ QStringListIterator