QBasicUtf8StringView

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.
this
this(typeof(null) )
Undocumented in source.
this
this(const(Char)* str, qsizetype len)
Undocumented in source.
this
this(const(Char)* f, const(Char)* l)
Undocumented in source.
this
this(const(Pointer) str)
Undocumented in source.
this
this(const(String) str)
Undocumented in source.
this
this(const(Container) c)
Undocumented in source.
this
this(QBasicUtf8StringView!(!UseChar8T) other)
Undocumented in source.

Members

Aliases

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

Functions

at
storage_type at(qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
back
storage_type 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
QBasicUtf8StringView chopped(qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
data
const_pointer data()
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty()
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.
first
QBasicUtf8StringView first(qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
front
storage_type front()
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
QBasicUtf8StringView last(qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
left
QBasicUtf8StringView left(qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
length
qsizetype length()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
storage_type opIndex(qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
right
QBasicUtf8StringView right(qsizetype n)
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
QBasicUtf8StringView sliced(qsizetype pos)
Undocumented in source. Be warned that the author may not have intended to support it.
sliced
QBasicUtf8StringView sliced(qsizetype pos, qsizetype n)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
QString toString()
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.
utf8
const(char)* utf8()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromArray
QBasicUtf8StringView fromArray(const(Char)[Size] string)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta