WebStringCpp

Undocumented in source.

Constructors

this
this(const(char)[] str)
Undocumented in source.
this
this(const(wchar)[] str)
Undocumented in source.
this
this(awebview.wrapper.cpp.WebString ws)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Alias This

data

Members

Aliases

opDollar
alias opDollar = length
Undocumented in source.

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
cppObj
awebview.wrapper.cpp.WebString cppObj()
Undocumented in source. Be warned that the author may not have intended to support it.
cppObj
inout(awebview.wrapper.cpp.WebString) cppObj()
Undocumented in source. Be warned that the author may not have intended to support it.
data
const(wchar)[] 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.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(WebStringCpp str)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(const(Char)[] c)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(WebStringCpp rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Char[] rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(WebStringCpp rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Char[] rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(WebStringCpp s)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(const(Char)[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(awebview.wrapper.cpp.WebString cppObj)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
const(wchar)[] opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
const(wchar)[] opSlice(size_t a, size_t b)
Undocumented in source. Be warned that the author may not have intended to support it.
ptr
const(wchar)* ptr()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
const(wchar)[] toString()
Undocumented in source. Be warned that the author may not have intended to support it.
weakRef
WeakRef!WebStringCpp weakRef()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

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

Meta