|
constexpr | QLatin1StringView () noexcept |
|
constexpr | QLatin1StringView (std::nullptr_t) noexcept |
|
constexpr | QLatin1StringView (const char *s) noexcept |
|
constexpr | QLatin1StringView (const char *f, const char *l) |
|
constexpr | QLatin1StringView (const char *s, qsizetype sz) noexcept |
|
| QLatin1StringView (const QByteArray &s) noexcept |
|
constexpr | QLatin1StringView (QByteArrayView s) noexcept |
|
QString | toString () const |
|
constexpr const char * | latin1 () const noexcept |
|
constexpr qsizetype | size () const noexcept |
|
constexpr const char * | data () const noexcept |
|
constexpr const char * | constData () const noexcept |
|
constexpr const char * | constBegin () const noexcept |
|
constexpr const char * | constEnd () const noexcept |
|
constexpr QLatin1Char | first () const |
|
constexpr QLatin1Char | last () const |
|
constexpr qsizetype | length () const noexcept |
|
constexpr bool | isNull () const noexcept |
|
constexpr bool | isEmpty () const noexcept |
|
constexpr bool | empty () const noexcept |
|
template<typename... Args> |
QString | arg (Args &&...args) const |
|
constexpr QLatin1Char | at (qsizetype i) const |
|
constexpr QLatin1Char | operator[] (qsizetype i) const |
|
constexpr QLatin1Char | front () const |
|
constexpr QLatin1Char | back () const |
|
int | compare (QStringView other, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
int | compare (QLatin1StringView other, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
int | compare (QUtf8StringView other, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
constexpr int | compare (QChar c) const noexcept |
|
int | compare (QChar c, Qt::CaseSensitivity cs) const noexcept |
|
bool | startsWith (QStringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
bool | startsWith (QLatin1StringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
constexpr bool | startsWith (QChar c) const noexcept |
|
bool | startsWith (QChar c, Qt::CaseSensitivity cs) const noexcept |
|
bool | endsWith (QStringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
bool | endsWith (QLatin1StringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
constexpr bool | endsWith (QChar c) const noexcept |
|
bool | endsWith (QChar c, Qt::CaseSensitivity cs) const noexcept |
|
qsizetype | indexOf (QStringView s, qsizetype from=0, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
qsizetype | indexOf (QLatin1StringView s, qsizetype from=0, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
qsizetype | indexOf (QChar c, qsizetype from=0, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
bool | contains (QStringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
bool | contains (QLatin1StringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
bool | contains (QChar c, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
qsizetype | lastIndexOf (QStringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
qsizetype | lastIndexOf (QStringView s, qsizetype from, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
qsizetype | lastIndexOf (QLatin1StringView s, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
qsizetype | lastIndexOf (QLatin1StringView s, qsizetype from, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
qsizetype | lastIndexOf (QChar c, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
qsizetype | lastIndexOf (QChar c, qsizetype from, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
qsizetype | count (QStringView str, Qt::CaseSensitivity cs=Qt::CaseSensitive) const |
|
qsizetype | count (QLatin1StringView str, Qt::CaseSensitivity cs=Qt::CaseSensitive) const |
|
qsizetype | count (QChar ch, Qt::CaseSensitivity cs=Qt::CaseSensitive) const noexcept |
|
short | toShort (bool *ok=nullptr, int base=10) const |
|
ushort | toUShort (bool *ok=nullptr, int base=10) const |
|
int | toInt (bool *ok=nullptr, int base=10) const |
|
uint | toUInt (bool *ok=nullptr, int base=10) const |
|
long | toLong (bool *ok=nullptr, int base=10) const |
|
ulong | toULong (bool *ok=nullptr, int base=10) const |
|
qlonglong | toLongLong (bool *ok=nullptr, int base=10) const |
|
qulonglong | toULongLong (bool *ok=nullptr, int base=10) const |
|
float | toFloat (bool *ok=nullptr) const |
|
double | toDouble (bool *ok=nullptr) const |
|
constexpr const_iterator | begin () const noexcept |
|
constexpr const_iterator | cbegin () const noexcept |
|
constexpr const_iterator | end () const noexcept |
|
constexpr const_iterator | cend () const noexcept |
|
const_reverse_iterator | rbegin () const noexcept |
|
const_reverse_iterator | crbegin () const noexcept |
|
const_reverse_iterator | rend () const noexcept |
|
const_reverse_iterator | crend () const noexcept |
|
constexpr QLatin1StringView | mid (qsizetype pos, qsizetype n=-1) const |
|
constexpr QLatin1StringView | left (qsizetype n) const |
|
constexpr QLatin1StringView | right (qsizetype n) const |
|
constexpr QLatin1StringView | sliced (qsizetype pos) const |
|
constexpr QLatin1StringView | sliced (qsizetype pos, qsizetype n) const |
|
constexpr QLatin1StringView | first (qsizetype n) const |
|
constexpr QLatin1StringView | last (qsizetype n) const |
|
constexpr QLatin1StringView | chopped (qsizetype n) const |
|
constexpr void | chop (qsizetype n) |
|
constexpr void | truncate (qsizetype n) |
|
QLatin1StringView | trimmed () const noexcept |
|
template<typename Needle , typename... Flags> |
constexpr auto | tokenize (Needle &&needle, Flags...flags) const noexcept(noexcept(qTokenize(std::declval< const QLatin1StringView & >(), std::forward< Needle >(needle), flags...))) -> decltype(qTokenize(*this, std::forward< Needle >(needle), flags...)) |
|
QT_ASCII_CAST_WARN bool | operator== (const char *s) const |
|
QT_ASCII_CAST_WARN bool | operator!= (const char *s) const |
|
QT_ASCII_CAST_WARN bool | operator< (const char *s) const |
|
QT_ASCII_CAST_WARN bool | operator> (const char *s) const |
|
QT_ASCII_CAST_WARN bool | operator<= (const char *s) const |
|
QT_ASCII_CAST_WARN bool | operator>= (const char *s) const |
|
QT_ASCII_CAST_WARN bool | operator== (const QByteArray &s) const |
|
QT_ASCII_CAST_WARN bool | operator!= (const QByteArray &s) const |
|
QT_ASCII_CAST_WARN bool | operator< (const QByteArray &s) const |
|
QT_ASCII_CAST_WARN bool | operator> (const QByteArray &s) const |
|
QT_ASCII_CAST_WARN bool | operator<= (const QByteArray &s) const |
|
QT_ASCII_CAST_WARN bool | operator>= (const QByteArray &s) const |
|
template<typename... Args> |
Q_ALWAYS_INLINE QString | arg (Args &&...args) const |
|
|
bool | operator== (QLatin1StringView s1, QLatin1StringView s2) noexcept |
|
bool | operator!= (QLatin1StringView s1, QLatin1StringView s2) noexcept |
|
bool | operator< (QLatin1StringView s1, QLatin1StringView s2) noexcept |
|
bool | operator> (QLatin1StringView s1, QLatin1StringView s2) noexcept |
|
bool | operator<= (QLatin1StringView s1, QLatin1StringView s2) noexcept |
|
bool | operator>= (QLatin1StringView s1, QLatin1StringView s2) noexcept |
|
bool | operator== (QChar lhs, QLatin1StringView rhs) noexcept |
|
bool | operator< (QChar lhs, QLatin1StringView rhs) noexcept |
|
bool | operator> (QChar lhs, QLatin1StringView rhs) noexcept |
|
bool | operator!= (QChar lhs, QLatin1StringView rhs) noexcept |
|
bool | operator<= (QChar lhs, QLatin1StringView rhs) noexcept |
|
bool | operator>= (QChar lhs, QLatin1StringView rhs) noexcept |
|
bool | operator== (QLatin1StringView lhs, QChar rhs) noexcept |
|
bool | operator!= (QLatin1StringView lhs, QChar rhs) noexcept |
|
bool | operator< (QLatin1StringView lhs, QChar rhs) noexcept |
|
bool | operator> (QLatin1StringView lhs, QChar rhs) noexcept |
|
bool | operator<= (QLatin1StringView lhs, QChar rhs) noexcept |
|
bool | operator>= (QLatin1StringView lhs, QChar rhs) noexcept |
|
bool | operator== (QStringView lhs, QLatin1StringView rhs) noexcept |
|
bool | operator!= (QStringView lhs, QLatin1StringView rhs) noexcept |
|
bool | operator< (QStringView lhs, QLatin1StringView rhs) noexcept |
|
bool | operator<= (QStringView lhs, QLatin1StringView rhs) noexcept |
|
bool | operator> (QStringView lhs, QLatin1StringView rhs) noexcept |
|
bool | operator>= (QStringView lhs, QLatin1StringView rhs) noexcept |
|
bool | operator== (QLatin1StringView lhs, QStringView rhs) noexcept |
|
bool | operator!= (QLatin1StringView lhs, QStringView rhs) noexcept |
|
bool | operator< (QLatin1StringView lhs, QStringView rhs) noexcept |
|
bool | operator<= (QLatin1StringView lhs, QStringView rhs) noexcept |
|
bool | operator> (QLatin1StringView lhs, QStringView rhs) noexcept |
|
bool | operator>= (QLatin1StringView lhs, QStringView rhs) noexcept |
|
QT_ASCII_CAST_WARN friend bool | operator== (const char *s1, QLatin1StringView s2) |
|
QT_ASCII_CAST_WARN friend bool | operator!= (const char *s1, QLatin1StringView s2) |
|
QT_ASCII_CAST_WARN friend bool | operator< (const char *s1, QLatin1StringView s2) |
|
QT_ASCII_CAST_WARN friend bool | operator> (const char *s1, QLatin1StringView s2) |
|
QT_ASCII_CAST_WARN friend bool | operator<= (const char *s1, QLatin1StringView s2) |
|
QT_ASCII_CAST_WARN friend bool | operator>= (const char *s1, QLatin1StringView s2) |
|
Definition at line 27 of file qlatin1stringview.h.