List of All Members for QLatin1StringView

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

  • indexOf(QLatin1StringView, qsizetype, Qt::CaseSensitivity) const : qsizetype
  • indexOf(QChar, qsizetype, Qt::CaseSensitivity) const : qsizetype
  • isEmpty() const : bool
  • isNull() const : bool
  • last() const : QLatin1Char
  • last(qsizetype) const : QLatin1StringView
  • lastIndexOf(QStringView, qsizetype, Qt::CaseSensitivity) const : qsizetype
  • lastIndexOf(QStringView, Qt::CaseSensitivity) const : qsizetype
  • lastIndexOf(QLatin1StringView, Qt::CaseSensitivity) const : qsizetype
  • lastIndexOf(QLatin1StringView, qsizetype, Qt::CaseSensitivity) const : qsizetype
  • lastIndexOf(QChar, Qt::CaseSensitivity) const : qsizetype
  • lastIndexOf(QChar, qsizetype, Qt::CaseSensitivity) const : qsizetype
  • latin1() const : const char *
  • left(qsizetype) const : QLatin1StringView
  • length() const : qsizetype
  • mid(qsizetype, qsizetype) const : QLatin1StringView
  • rbegin() const : QLatin1StringView::const_reverse_iterator
  • rend() const : QLatin1StringView::const_reverse_iterator
  • right(qsizetype) const : QLatin1StringView
  • size() const : qsizetype
  • sliced(qsizetype) const : QLatin1StringView
  • sliced(qsizetype, qsizetype) const : QLatin1StringView
  • startsWith(QStringView, Qt::CaseSensitivity) const : bool
  • startsWith(QLatin1StringView, Qt::CaseSensitivity) const : bool
  • startsWith(QChar) const : bool
  • startsWith(QChar, Qt::CaseSensitivity) const : bool
  • toDouble(bool *) const : double
  • toFloat(bool *) const : float
  • toInt(bool *, int) const : int
  • toLong(bool *, int) const : long
  • toLongLong(bool *, int) const : qlonglong
  • toShort(bool *, int) const : short
  • toString() const : QString
  • toUInt(bool *, int) const : uint
  • toULong(bool *, int) const : ulong
  • toULongLong(bool *, int) const : qulonglong
  • toUShort(bool *, int) const : ushort
  • tokenize(Needle &&, Flags...) const : decltype(qTokenize(*this, std::forward<Needle>(needle), flags...))
  • trimmed() const : QLatin1StringView
  • truncate(qsizetype)
  • operator!=(const char *) const : bool
  • operator!=(const QByteArray &) const : bool
  • operator<(const char *) const : bool
  • operator<(const QByteArray &) const : bool
  • operator<=(const char *) const : bool
  • operator<=(const QByteArray &) const : bool
  • operator==(const char *) const : bool
  • operator==(const QByteArray &) const : bool
  • operator>(const char *) const : bool
  • operator>(const QByteArray &) const : bool
  • operator>=(const char *) const : bool
  • operator>=(const QByteArray &) const : bool
  • operator[](qsizetype) const : QLatin1Char