WebStringArrayCpp

Undocumented in source.

Constructors

this
this(awebview.wrapper.cpp.WebStringArray p)
Undocumented in source.
this
this(uint n)
Undocumented in source.
this
this(WebString[] strarr)
Undocumented in source.
this
this(WebStringCpp[] strarr)
Undocumented in source.
this
this(Char[][] strarr)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

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

Static functions

weakRef
auto weakRef(HandleWSA ws)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta