QLatin1String

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++) extern (C++)
@Q_MOVABLE_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, int sz)
Undocumented in source.
this
this(const(QByteArray) s)
Undocumented in source.

Public Imports

qt.core.stringalgorithms
public static import qt.core.stringalgorithms;
Undocumented in source.

Members

Aliases

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

Functions

at
QLatin1Char at(int 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(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
chopped
QLatin1String chopped(int 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.
compare
int compare(QChar c)
Undocumented in source. Be warned that the author may not have intended to support it.
compare
int compare(QChar c, 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.
front
QLatin1Char front()
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(QStringView s, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(QLatin1String s, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
indexOf
int indexOf(QChar c, int 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.
lastIndexOf
int lastIndexOf(QStringView s, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
int lastIndexOf(QLatin1String s, int from, qt.core.namespace.CaseSensitivity cs)
Undocumented in source. Be warned that the author may not have intended to support it.
lastIndexOf
int lastIndexOf(QChar c, int 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.
left
QLatin1String left(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
mid
QLatin1String mid(int pos)
Undocumented in source. Be warned that the author may not have intended to support it.
mid
QLatin1String mid(int pos, int n)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
QLatin1Char opIndex(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
right
QLatin1String right(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
size
int size()
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(int n)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta