WebStringArray

Undocumented in source.

Constructors

this
this(WebStringArrayCpp ws)
Undocumented in source.
this
this(WebStringCpp[] ws)
Undocumented in source.
this
this(WebString[] ws)
Undocumented in source.
this
this(awebview.wrapper.cpp.WebStringArray cppObj)
Undocumented in source.
this
this(uint n)
Undocumented in source.
this
this(Char[][] str)
Undocumented in source.

Members

Aliases

PayloadType
alias PayloadType(This) = typeof(This.init.payload)
Undocumented in source.

Functions

dup
WebStringArray dup()
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.
length
uint length()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(WebStringArrayCpp rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(WebStringArray rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(E[] rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(WebStringArrayCpp rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(WebStringArray rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(E[] rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
awebview.wrapper.webstring.WeakRef!(WebStringCpp) opIndex(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
awebview.wrapper.webstring.WeakRef!(const(WebStringCpp)) opIndex(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(Char[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(Char[][] str)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(WebString str)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(WebStringCpp str)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(awebview.wrapper.cpp.WebString cppStr)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

cppObj
inout(awebview.wrapper.cpp.WebStringArray) cppObj [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
payload
WebStringArrayCpp payload [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
payload
inout(WebStringArrayCpp) payload [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta