QLatin1StringView 所有可能成员列表

以下是QLatin1StringView的完整成员列表,包括继承成员。

  • indexOf(QLatin1StringView, qsizetype, Qt::CaseSensitivity) const : qsizetype
  • indexOf(QChar, qsizetype, Qt::CaseSensitivity) const : qsizetype
  • isEmpty() const : bool
  • isNull() const : bool
  • last() const : QChar
  • 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), 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

© 2024 Qt 公司 Ltd。本文件内所包含的文档贡献均为各自所有者的版权。本文件所提供的文档是根据自由软件基金会发布的GNU自由文档许可证版本1.3的条款许可的。Qt及其相关标志是芬兰及/或全球其他国家的Qt公司 Ltd的商标。所有其他商标均为其各自所有者的财产。