Qt 6.6
Qt Core
C++ Classes
QtCore
QUtf8StringView
Qt 6.6.0 Reference Documentation
List of All Members for QUtf8StringView
This is the complete list of members for
QUtf8StringView
, including inherited members.
const_iterator
const_pointer
const_reference
const_reverse_iterator
difference_type
iterator
pointer
reference
reverse_iterator
size_type
storage_type
value_type
QUtf8StringView
()
QUtf8StringView
(const Char *)
QUtf8StringView
(const storage_type *, int)
QUtf8StringView
(const Container &)
at
(int) const : storage_type
back
() const : storage_type
begin
() const : const_iterator
cbegin
() const : const_iterator
cend
() const : const_iterator
chop
(int)
chopped
(int) const : QUtf8StringView
compare
(QUtf8StringView, Qt::CaseSensitivity) const : int
compare
(QStringView, Qt::CaseSensitivity) const : int
compare
(QLatin1StringView, Qt::CaseSensitivity) const : int
crbegin
() const : const_reverse_iterator
crend
() const : const_reverse_iterator
data
() const : const_pointer
empty
() const : bool
end
() const : const_iterator
first
(int) const : QUtf8StringView
fromArray
(const Char (&)[Size]) : QUtf8StringView
front
() const : storage_type
isEmpty
() const : bool
isNull
() const : bool
isValidUtf8
() const : bool
last
(int) const : QUtf8StringView
left
(int) const : QUtf8StringView
length
() const : int
mid
(int, int) const : QUtf8StringView
rbegin
() const : const_reverse_iterator
rend
() const : const_reverse_iterator
right
(int) const : QUtf8StringView
size
() const : int
sliced
(int) const : QUtf8StringView
sliced
(int, int) const : QUtf8StringView
toString
() const : QString
truncate
(int)
utf8
() const : const char8_t *
operator[]
(int) const : storage_type