QLatin1String

Binding for C++ class QLatin1String.

extern (C++) extern (C++)
@Q_RELOCATABLE_TYPE
struct QLatin1String {}

Constructors

this
this()
Undocumented in source.
this
this(const(char)* s)
Undocumented in source.
this
this(const(char)* f, const(char)* l)
Undocumented in source.
this
this(const(char)* s, qsizetype sz)
Undocumented in source.
this
this(const(QByteArray) s)
Undocumented in source.

Members

Aliases

const_iterator
alias const_iterator = iterator
Undocumented in source.
difference_type
alias difference_type = qsizetype
Undocumented in source.
iterator
alias iterator = value_type*
Undocumented in source.
size_type
alias size_type = qsizetype
Undocumented in source.
value_type
alias value_type = const(char)
Undocumented in source.

Functions

at
QLatin1Char at(qsizetype i)
Undocumented in source. Be warned that the author may not have intended to support it.
back
QLatin1Char back()
Undocumented in source. Be warned that the author may not have intended to support it.
begin
const_iterator begin()
Undocumented in source. Be warned that the author may not have intended to support it.
cbegin
const_iterator cbegin()
Undocumented in source. Be warned that the author may not have intended to support it.
cend
const_iterator cend()
Undocumented in source. Be warned that the author may not have intended to support it.
chop
void chop(qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
chopped
QLatin1String chopped(qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
compare
int compare(QStringView other, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
compare
int compare(QLatin1String other, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(QStringView s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(QLatin1String s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(QChar c, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
data
const(char)* data()
Undocumented in source. Be warned that the author may not have intended to support it.
end
const_iterator end()
Undocumented in source. Be warned that the author may not have intended to support it.
endsWith
bool endsWith(QStringView s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
endsWith
bool endsWith(QLatin1String s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
endsWith
bool endsWith(QChar c)
Undocumented in source. Be warned that the author may not have intended to support it.
endsWith
bool endsWith(QChar c, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
first
QLatin1String first(qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
front
QLatin1Char front()
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
qsizetype indexOf(QStringView s, qsizetype from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
qsizetype indexOf(QLatin1String s, qsizetype from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
qsizetype indexOf(QChar c, qsizetype from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
last
QLatin1String last(qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
qsizetype lastIndexOf(QStringView s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
qsizetype lastIndexOf(QStringView s, qsizetype from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
qsizetype lastIndexOf(QLatin1String s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
qsizetype lastIndexOf(QLatin1String s, qsizetype from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
qsizetype lastIndexOf(QChar c, qsizetype from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
latin1
const(char)* latin1()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
QLatin1Char opIndex(qsizetype i)
Undocumented in source. Be warned that the author may not have intended to support it.
size
qsizetype size()
Undocumented in source. Be warned that the author may not have intended to support it.
sliced
QLatin1String sliced(qsizetype pos)
Undocumented in source. Be warned that the author may not have intended to support it.
sliced
QLatin1String sliced(qsizetype pos, qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
startsWith
bool startsWith(QStringView s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
startsWith
bool startsWith(QLatin1String s, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
startsWith
bool startsWith(QChar c)
Undocumented in source. Be warned that the author may not have intended to support it.
startsWith
bool startsWith(QChar c, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
trimmed
QLatin1String trimmed()
Undocumented in source. Be warned that the author may not have intended to support it.
truncate
void truncate(qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta