Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QStringView, including all inherited members.
arg(Args &&...args) const | QStringView | inline |
arg(Args &&...args) const | QStringView | |
at(qsizetype n) const noexcept | QStringView | inline |
back() const | QStringView | inline |
begin() const noexcept | QStringView | inline |
cbegin() const noexcept | QStringView | inline |
cend() const noexcept | QStringView | inline |
chop(qsizetype n) noexcept | QStringView | inline |
chopped(qsizetype n) const noexcept | QStringView | inline |
compare(QStringView other, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
compare(QLatin1StringView other, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
compare(QUtf8StringView other, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
compare(QChar c) const noexcept | QStringView | inline |
compare(QChar c, Qt::CaseSensitivity cs) const noexcept | QStringView | inline |
comparesEqual(const QStringView &lhs, const QStringView &rhs) noexcept | QStringView | friend |
comparesEqual(const QStringView &lhs, QChar rhs) noexcept | QStringView | friend |
comparesEqual(const QStringView &lhs, const QByteArrayView &rhs) noexcept | QStringView | friend |
compareStrings(QStringView lhs, QStringView rhs, Qt::CaseSensitivity cs) noexcept | QStringView | related |
compareStrings(QStringView lhs, QLatin1StringView rhs, Qt::CaseSensitivity cs) noexcept | QStringView | related |
compareStrings(QStringView lhs, QBasicUtf8StringView< false > rhs, Qt::CaseSensitivity cs) noexcept | QStringView | related |
compareStrings(QLatin1StringView lhs, QStringView rhs, Qt::CaseSensitivity cs) noexcept | QStringView | related |
compareStrings(QLatin1StringView lhs, QLatin1StringView rhs, Qt::CaseSensitivity cs) noexcept | QStringView | related |
compareStrings(QLatin1StringView lhs, QBasicUtf8StringView< false > rhs, Qt::CaseSensitivity cs) noexcept | QStringView | related |
compareStrings(QBasicUtf8StringView< false > lhs, QStringView rhs, Qt::CaseSensitivity cs) noexcept | QStringView | related |
compareStrings(QBasicUtf8StringView< false > lhs, QLatin1StringView rhs, Qt::CaseSensitivity cs) noexcept | QStringView | related |
compareStrings(QBasicUtf8StringView< false > lhs, QBasicUtf8StringView< false > rhs, Qt::CaseSensitivity cs) noexcept | QStringView | related |
compareThreeWay(const QStringView &lhs, const QStringView &rhs) noexcept | QStringView | friend |
compareThreeWay(const QStringView &lhs, QChar rhs) noexcept | QStringView | friend |
compareThreeWay(const QStringView &lhs, const QByteArrayView &rhs) noexcept | QStringView | friend |
const_iterator typedef | QStringView | |
const_pointer typedef | QStringView | |
const_reference typedef | QStringView | |
const_reverse_iterator typedef | QStringView | |
constBegin() const noexcept | QStringView | inline |
constData() const noexcept | QStringView | inline |
constEnd() const noexcept | QStringView | inline |
contains(QChar c, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
contains(QStringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
contains(QLatin1StringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
convertToLatin1(QStringView string) | QStringView | related |
convertToLocal8Bit(QStringView string) | QStringView | related |
convertToUcs4(QStringView string) | QStringView | related |
convertToUtf8(QStringView string) | QStringView | related |
count(QChar c, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
count(QStringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
count(QLatin1StringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const | QStringView | inline |
crbegin() const noexcept | QStringView | inline |
crend() const noexcept | QStringView | inline |
data() const noexcept | QStringView | inline |
difference_type typedef | QStringView | |
empty() const noexcept | QStringView | inline |
end() const noexcept | QStringView | inline |
endsWith(QStringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
endsWith(QLatin1StringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
endsWith(QChar c) const noexcept | QStringView | inline |
endsWith(QChar c, Qt::CaseSensitivity cs) const noexcept | QStringView | inline |
endsWith(QLatin1StringView haystack, QLatin1StringView needle, Qt::CaseSensitivity cs) | QStringView | related |
first(qsizetype n) const noexcept | QStringView | inline |
first() const | QStringView | inline |
fromArray(const Char(&string)[Size]) noexcept | QStringView | inlinestatic |
front() const | QStringView | inline |
indexOf(QChar c, qsizetype from=0, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
indexOf(QStringView s, qsizetype from=0, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
indexOf(QLatin1StringView s, qsizetype from=0, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
isEmpty() const noexcept | QStringView | inline |
isLower() const noexcept | QStringView | inline |
isNull() const noexcept | QStringView | inline |
isRightToLeft() const noexcept | QStringView | inline |
isRightToLeft(QStringView string) noexcept | QStringView | related |
isUpper() const noexcept | QStringView | inline |
isValidUtf16() const noexcept | QStringView | inline |
iterator typedef | QStringView | |
last(qsizetype n) const noexcept | QStringView | inline |
last() const | QStringView | inline |
lastIndexOf(QChar c, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
lastIndexOf(QChar c, qsizetype from, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
lastIndexOf(QStringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
lastIndexOf(QStringView s, qsizetype from, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
lastIndexOf(QLatin1StringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
lastIndexOf(QLatin1StringView s, qsizetype from, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
left(qsizetype n) const noexcept | QStringView | inline |
length() const noexcept | QStringView | inline |
localeAwareCompare(QStringView other) const | QStringView | inline |
max_size() const noexcept | QStringView | inline |
maxSize() noexcept | QStringView | inlinestatic |
mid(qsizetype pos, qsizetype n=-1) const noexcept | QStringView | inline |
operator std::u16string_view() const noexcept | QStringView | inline |
operator[](qsizetype n) const | QStringView | inline |
pointer typedef | QStringView | |
qHash(QStringView key, size_t seed=0) | QStringView | related |
QStringView() noexcept | QStringView | inline |
QStringView(std::nullptr_t) noexcept | QStringView | inline |
QStringView(const Char *str, qsizetype len) | QStringView | inline |
QStringView(const Char *f, const Char *l) | QStringView | inline |
QStringView(const Pointer &str) noexcept | QStringView | inline |
QStringView(const String &str) noexcept | QStringView | inline |
QStringView(const Container &c) noexcept | QStringView | inline |
rbegin() const noexcept | QStringView | inline |
reference typedef | QStringView | |
rend() const noexcept | QStringView | inline |
reverse_iterator typedef | QStringView | |
right(qsizetype n) const noexcept | QStringView | inline |
size() const noexcept | QStringView | inline |
size_type typedef | QStringView | |
slice(qsizetype pos) | QStringView | inline |
slice(qsizetype pos, qsizetype n) | QStringView | inline |
sliced(qsizetype pos) const noexcept | QStringView | inline |
sliced(qsizetype pos, qsizetype n) const noexcept | QStringView | inline |
split(QStringView sep, Qt::SplitBehavior behavior=Qt::KeepEmptyParts, Qt::CaseSensitivity cs=Qt::CaseSensitive) const | QStringView | |
split(QChar sep, Qt::SplitBehavior behavior=Qt::KeepEmptyParts, Qt::CaseSensitivity cs=Qt::CaseSensitive) const | QStringView | |
startsWith(QStringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
startsWith(QLatin1StringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept | QStringView | inline |
startsWith(QChar c) const noexcept | QStringView | inline |
startsWith(QChar c, Qt::CaseSensitivity cs) const noexcept | QStringView | inline |
startsWith(QLatin1StringView haystack, QLatin1StringView needle, Qt::CaseSensitivity cs) | QStringView | related |
storage_type typedef | QStringView | |
toDouble(bool *ok=nullptr) const | QStringView | |
toFloat(bool *ok=nullptr) const | QStringView | |
toInt(bool *ok=nullptr, int base=10) const | QStringView | inline |
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...)) | QStringView | inline |
toLatin1() const | QStringView | inline |
toLocal8Bit() const | QStringView | inline |
toLong(bool *ok=nullptr, int base=10) const | QStringView | inline |
toLongLong(bool *ok=nullptr, int base=10) const | QStringView | inline |
toShort(bool *ok=nullptr, int base=10) const | QStringView | inline |
toString() const | QStringView | inline |
toUcs4() const | QStringView | inline |
toUInt(bool *ok=nullptr, int base=10) const | QStringView | inline |
toULong(bool *ok=nullptr, int base=10) const | QStringView | inline |
toULongLong(bool *ok=nullptr, int base=10) const | QStringView | inline |
toUShort(bool *ok=nullptr, int base=10) const | QStringView | inline |
toUtf8() const | QStringView | inline |
toWCharArray(wchar_t *array) const | QStringView | inline |
trimmed() const noexcept | QStringView | inline |
trimmed(QLatin1StringView s) | QStringView | related |
truncate(qsizetype n) noexcept | QStringView | inline |
utf16() const noexcept | QStringView | inline |
value_type typedef | QStringView |