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
qanystringviewutils_p.h File Reference

(c4aa0bb4a44ad78d80dab01d954f21d5a74f2845)

#include <QtCore/private/qjson_p.h>
#include <QtCore/qanystringview.h>
#include <QtCore/qcbormap.h>
#include <QtCore/qcborvalue.h>
+ Include dependency graph for qanystringviewutils_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QAnyStringViewUtils
 

Functions

QAnyStringView QAnyStringViewUtils::toStringView (const QCborValue &value)
 
QAnyStringView QAnyStringViewUtils::toStringView (const QCborMap &map, QLatin1StringView key)
 
bool QAnyStringViewUtils::endsWith (QAnyStringView whole, QLatin1StringView part)
 
bool QAnyStringViewUtils::startsWith (QAnyStringView whole, QLatin1StringView part)
 
bool QAnyStringViewUtils::doesContain (QStringView whole, QLatin1Char part)
 
bool QAnyStringViewUtils::doesContain (QLatin1StringView whole, QLatin1Char part)
 
bool QAnyStringViewUtils::doesContain (QUtf8StringView whole, QLatin1Char part)
 
bool QAnyStringViewUtils::contains (QAnyStringView whole, QLatin1Char part)
 
qsizetype QAnyStringViewUtils::getLastIndexOf (QStringView whole, QLatin1StringView part)
 
qsizetype QAnyStringViewUtils::getLastIndexOf (QLatin1StringView whole, QLatin1StringView part)
 
qsizetype QAnyStringViewUtils::getLastIndexOf (QUtf8StringView whole, QLatin1StringView part)
 
qsizetype QAnyStringViewUtils::lastIndexOf (QAnyStringView whole, QLatin1StringView part)
 
int QAnyStringViewUtils::toInt (QUtf8StringView view)
 
int QAnyStringViewUtils::toInt (QLatin1StringView view)
 
int QAnyStringViewUtils::toInt (QStringView view)
 
int QAnyStringViewUtils::toInt (QAnyStringView string)
 
template<typename StringView >
QAnyStringView QAnyStringViewUtils::doTrimmed (StringView string)
 
QAnyStringView QAnyStringViewUtils::trimmed (QAnyStringView string)
 
template<typename StringView , typename Handler >
auto QAnyStringViewUtils::processAsUtf8 (StringView string, Handler &&handler)
 
QList< QAnyStringViewQAnyStringViewUtils::split (QAnyStringView source, QLatin1StringView sep)