- 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.