Qt 5.11
Qt Core
C++ Classes
QStringView
Qt 5.11.3 Reference Documentation
List of All Members for QStringView
This is the complete list of members for
QStringView
, including inherited members.
typedef
const_iterator
typedef
const_pointer
typedef
const_reference
typedef
difference_type
typedef
iterator
typedef
pointer
typedef
reference
typedef
size_type
typedef
storage_type
typedef
value_type
QStringView
()
QStringView
(const Char *)
QStringView
(const QString &)
QStringView
(const QStringRef &)
QStringView
(const StdBasicString &)
at
(int ) const : QChar
back
() const : QChar
begin
() const : QStringView::const_iterator
cbegin
() const : QStringView::const_iterator
cend
() const : QStringView::const_iterator
chop
(int )
chopped
(int ) const : QStringView
crbegin
() const : int
crend
() const : int
data
() const : QStringView::const_pointer
empty
() const : bool
end
() const : QStringView::const_iterator
endsWith
(QStringView , Qt::CaseSensitivity ) const : bool
endsWith
(QLatin1String , Qt::CaseSensitivity ) const : bool
endsWith
(QChar ) const : bool
endsWith
(QChar , Qt::CaseSensitivity ) const : bool
first
() const : QChar
front
() const : QChar
isEmpty
() const : bool
isNull
() const : bool
isRightToLeft
() const : bool
last
() const : QChar
left
(int ) const : QStringView
length
() const : int
mid
(int ) const : QStringView
mid
(int , int ) const : QStringView
rbegin
() const : int
rend
() const : int
right
(int ) const : QStringView
size
() const : int
startsWith
(QStringView , Qt::CaseSensitivity ) const : bool
startsWith
(QLatin1String , Qt::CaseSensitivity ) const : bool
startsWith
(QChar ) const : bool
startsWith
(QChar , Qt::CaseSensitivity ) const : bool
toLatin1
() const : QByteArray
toLocal8Bit
() const : QByteArray
toString
() const : QString
toUcs4
() const : QVector<uint>
toUtf8
() const : QByteArray
trimmed
() const : QStringView
truncate
(int )
utf16
() const : const QStringView::storage_type *
operator[]
(int ) const : QChar