index.html
Qt Core
C++ Classes
QStringView
Qt 5.15.18 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
const_reverse_iterator
typedef
difference_type
typedef
iterator
typedef
pointer
typedef
reference
typedef
reverse_iterator
typedef
size_type
typedef
storage_type
typedef
value_type
at
(qsizetype ) const : QChar
chop
(qsizetype )
chopped
(qsizetype ) const : QStringView
left
(qsizetype ) const : QStringView
mid
(qsizetype ) const : QStringView
mid
(qsizetype , qsizetype ) const : QStringView
right
(qsizetype ) const : QStringView
split
(QStringView , Qt::SplitBehavior , Qt::CaseSensitivity ) const : QList<QStringView>
split
(QChar , Qt::SplitBehavior , Qt::CaseSensitivity ) const : QList<QStringView>
split
(const QRegularExpression &, Qt::SplitBehavior ) const : QList<QStringView>
toDouble
(bool *) const : double
toFloat
(bool *) const : float
toInt
(bool *, int ) const : int
toLatin1
() const : QByteArray
toLocal8Bit
() const : QByteArray
toLong
(bool *, int ) const : long
toLongLong
(bool *, int ) const : qlonglong
toUInt
(bool *, int ) const : uint
toULong
(bool *, int ) const : ulong
toULongLong
(bool *, int ) const : qulonglong
toUShort
(bool *, int ) const : ushort
toUcs4
() const : QVector<uint>
toUtf8
() const : QByteArray
toWCharArray
(wchar_t *) const : int
truncate
(qsizetype )