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
QStringView Member List

This is the complete list of members for QStringView, including all inherited members.

arg(Args &&...args) constQStringViewinline
arg(Args &&...args) constQStringView
at(qsizetype n) const noexceptQStringViewinline
back() constQStringViewinline
begin() const noexceptQStringViewinline
cbegin() const noexceptQStringViewinline
cend() const noexceptQStringViewinline
chop(qsizetype n) noexceptQStringViewinline
chopped(qsizetype n) const noexceptQStringViewinline
compare(QStringView other, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
compare(QLatin1StringView other, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
compare(QUtf8StringView other, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
compare(QChar c) const noexceptQStringViewinline
compare(QChar c, Qt::CaseSensitivity cs) const noexceptQStringViewinline
comparesEqualQStringViewfriend
comparesEqualQStringViewfriend
comparesEqualQStringViewfriend
compareStrings(QStringView lhs, QStringView rhs, Qt::CaseSensitivity cs) noexceptQStringViewrelated
compareStrings(QStringView lhs, QLatin1StringView rhs, Qt::CaseSensitivity cs) noexceptQStringViewrelated
compareStrings(QStringView lhs, QBasicUtf8StringView< false > rhs, Qt::CaseSensitivity cs) noexceptQStringViewrelated
compareStrings(QLatin1StringView lhs, QStringView rhs, Qt::CaseSensitivity cs) noexceptQStringViewrelated
compareStrings(QLatin1StringView lhs, QLatin1StringView rhs, Qt::CaseSensitivity cs) noexceptQStringViewrelated
compareStrings(QLatin1StringView lhs, QBasicUtf8StringView< false > rhs, Qt::CaseSensitivity cs) noexceptQStringViewrelated
compareStrings(QBasicUtf8StringView< false > lhs, QStringView rhs, Qt::CaseSensitivity cs) noexceptQStringViewrelated
compareStrings(QBasicUtf8StringView< false > lhs, QLatin1StringView rhs, Qt::CaseSensitivity cs) noexceptQStringViewrelated
compareStrings(QBasicUtf8StringView< false > lhs, QBasicUtf8StringView< false > rhs, Qt::CaseSensitivity cs) noexceptQStringViewrelated
compareThreeWayQStringViewfriend
compareThreeWayQStringViewfriend
compareThreeWayQStringViewfriend
const_iterator typedefQStringView
const_pointer typedefQStringView
const_reference typedefQStringView
const_reverse_iterator typedefQStringView
constBegin() const noexceptQStringViewinline
constData() const noexceptQStringViewinline
constEnd() const noexceptQStringViewinline
contains(QChar c, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
contains(QStringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
contains(QLatin1StringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
convertToLatin1(QStringView string)QStringViewrelated
convertToLocal8Bit(QStringView string)QStringViewrelated
convertToUcs4(QStringView string)QStringViewrelated
convertToUtf8(QStringView string)QStringViewrelated
count(QChar c, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
count(QStringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
count(QLatin1StringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) constQStringViewinline
crbegin() const noexceptQStringViewinline
crend() const noexceptQStringViewinline
data() const noexceptQStringViewinline
difference_type typedefQStringView
empty() const noexceptQStringViewinline
end() const noexceptQStringViewinline
endsWith(QStringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
endsWith(QLatin1StringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
endsWith(QChar c) const noexceptQStringViewinline
endsWith(QChar c, Qt::CaseSensitivity cs) const noexceptQStringViewinline
endsWith(QLatin1StringView haystack, QLatin1StringView needle, Qt::CaseSensitivity cs)QStringViewrelated
first(qsizetype n) const noexceptQStringViewinline
first() constQStringViewinline
fromArray(const Char(&string)[Size]) noexceptQStringViewinlinestatic
front() constQStringViewinline
indexOf(QChar c, qsizetype from=0, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
indexOf(QStringView s, qsizetype from=0, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
indexOf(QLatin1StringView s, qsizetype from=0, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
isEmpty() const noexceptQStringViewinline
isLower() const noexceptQStringViewinline
isNull() const noexceptQStringViewinline
isRightToLeft() const noexceptQStringViewinline
isRightToLeft(QStringView string) noexceptQStringViewrelated
isUpper() const noexceptQStringViewinline
isValidUtf16() const noexceptQStringViewinline
iterator typedefQStringView
last(qsizetype n) const noexceptQStringViewinline
last() constQStringViewinline
lastIndexOf(QChar c, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
lastIndexOf(QChar c, qsizetype from, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
lastIndexOf(QStringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
lastIndexOf(QStringView s, qsizetype from, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
lastIndexOf(QLatin1StringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
lastIndexOf(QLatin1StringView s, qsizetype from, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
left(qsizetype n) const noexceptQStringViewinline
length() const noexceptQStringViewinline
localeAwareCompare(QStringView other) constQStringViewinline
mid(qsizetype pos, qsizetype n=-1) const noexceptQStringViewinline
operator std::u16string_view() const noexceptQStringViewinline
operator[](qsizetype n) constQStringViewinline
pointer typedefQStringView
qHash(QStringView key, size_t seed=0)QStringViewrelated
QStringView() noexceptQStringViewinline
QStringView(std::nullptr_t) noexceptQStringViewinline
QStringView(const Char *str, qsizetype len)QStringViewinline
QStringView(const Char *f, const Char *l)QStringViewinline
QStringView(const Pointer &str) noexceptQStringViewinline
QStringView(const String &str) noexceptQStringViewinline
QStringView(const Container &c) noexceptQStringViewinline
rbegin() const noexceptQStringViewinline
reference typedefQStringView
rend() const noexceptQStringViewinline
reverse_iterator typedefQStringView
right(qsizetype n) const noexceptQStringViewinline
size() const noexceptQStringViewinline
size_type typedefQStringView
sliced(qsizetype pos) const noexceptQStringViewinline
sliced(qsizetype pos, qsizetype n) const noexceptQStringViewinline
split(QStringView sep, Qt::SplitBehavior behavior=Qt::KeepEmptyParts, Qt::CaseSensitivity cs=Qt::CaseSensitive) constQStringView
split(QChar sep, Qt::SplitBehavior behavior=Qt::KeepEmptyParts, Qt::CaseSensitivity cs=Qt::CaseSensitive) constQStringView
startsWith(QStringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
startsWith(QLatin1StringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexceptQStringViewinline
startsWith(QChar c) const noexceptQStringViewinline
startsWith(QChar c, Qt::CaseSensitivity cs) const noexceptQStringViewinline
startsWith(QLatin1StringView haystack, QLatin1StringView needle, Qt::CaseSensitivity cs)QStringViewrelated
storage_type typedefQStringView
toDouble(bool *ok=nullptr) constQStringView
toFloat(bool *ok=nullptr) constQStringView
toInt(bool *ok=nullptr, int base=10) constQStringViewinline
tokenize(Needle &&needle, Flags...flags) const noexcept(noexcept(qTokenize(std::declval< const QStringView & >(), std::forward< Needle >(needle), flags...))) -> decltype(qTokenize(*this, std::forward< Needle >(needle), flags...))QStringViewinline
toLatin1() constQStringViewinline
toLocal8Bit() constQStringViewinline
toLong(bool *ok=nullptr, int base=10) constQStringViewinline
toLongLong(bool *ok=nullptr, int base=10) constQStringViewinline
toShort(bool *ok=nullptr, int base=10) constQStringViewinline
toString() constQStringViewinline
toUcs4() constQStringViewinline
toUInt(bool *ok=nullptr, int base=10) constQStringViewinline
toULong(bool *ok=nullptr, int base=10) constQStringViewinline
toULongLong(bool *ok=nullptr, int base=10) constQStringViewinline
toUShort(bool *ok=nullptr, int base=10) constQStringViewinline
toUtf8() constQStringViewinline
toWCharArray(wchar_t *array) constQStringViewinline
trimmed() const noexceptQStringViewinline
trimmed(QLatin1StringView s)QStringViewrelated
truncate(qsizetype n) noexceptQStringViewinline
utf16() const noexceptQStringViewinline
value_type typedefQStringView