![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Functions | |
bool | endsWith (QAnyStringView whole, QLatin1StringView part) |
bool | startsWith (QAnyStringView whole, QLatin1StringView part) |
bool | doesContain (QStringView whole, QLatin1Char part) |
bool | doesContain (QLatin1StringView whole, QLatin1Char part) |
bool | doesContain (QUtf8StringView whole, QLatin1Char part) |
bool | contains (QAnyStringView whole, QLatin1Char part) |
qsizetype | getLastIndexOf (QStringView whole, QLatin1StringView part) |
qsizetype | getLastIndexOf (QLatin1StringView whole, QLatin1StringView part) |
qsizetype | getLastIndexOf (QUtf8StringView whole, QLatin1StringView part) |
qsizetype | lastIndexOf (QAnyStringView whole, QLatin1StringView part) |
int | toInt (QUtf8StringView view) |
int | toInt (QLatin1StringView view) |
int | toInt (QStringView view) |
int | toInt (QAnyStringView string) |
template<typename StringView> | |
QAnyStringView | doTrimmed (StringView string) |
QAnyStringView | trimmed (QAnyStringView string) |
template<typename StringView, typename Handler> | |
auto | processAsUtf8 (StringView string, Handler &&handler) |
QList< QAnyStringView > | split (QAnyStringView source, QLatin1StringView sep) |
|
inline |
Definition at line 45 of file qanystringviewutils_p.h.
|
inline |
Definition at line 40 of file qanystringviewutils_p.h.
|
inline |
Definition at line 39 of file qanystringviewutils_p.h.
|
inline |
Definition at line 41 of file qanystringviewutils_p.h.
QAnyStringView QAnyStringViewUtils::doTrimmed | ( | StringView | string | ) |
Definition at line 81 of file qanystringviewutils_p.h.
|
inline |
Definition at line 26 of file qanystringviewutils_p.h.
|
inline |
Definition at line 54 of file qanystringviewutils_p.h.
|
inline |
Definition at line 50 of file qanystringviewutils_p.h.
|
inline |
Definition at line 58 of file qanystringviewutils_p.h.
|
inline |
Definition at line 62 of file qanystringviewutils_p.h.
auto QAnyStringViewUtils::processAsUtf8 | ( | StringView | string, |
Handler && | handler ) |
Definition at line 100 of file qanystringviewutils_p.h.
|
inline |
Definition at line 132 of file qanystringviewutils_p.h.
|
inline |
Definition at line 33 of file qanystringviewutils_p.h.
|
inline |
Definition at line 75 of file qanystringviewutils_p.h.
|
inline |
Definition at line 72 of file qanystringviewutils_p.h.
|
inline |
Definition at line 73 of file qanystringviewutils_p.h.
|
inline |
Definition at line 68 of file qanystringviewutils_p.h.
|
inline |
Definition at line 92 of file qanystringviewutils_p.h.