WebURLCpp

Undocumented in source.

Constructors

this
this(Char[] url)
Undocumented in source.
this
this(WebString str)
Undocumented in source.
this
this(WebStringCpp str)
Undocumented in source.
this
this(awebview.wrapper.cpp.WebString cppws)
Undocumented in source.
this
this(awebview.wrapper.cpp.WebURL cppwurl)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Members

Aliases

anchor
alias anchor = getStringProperty!(WebURLMember.anchor)
Undocumented in source.
filename
alias filename = getStringProperty!(WebURLMember.filename)
Undocumented in source.
host
alias host = getStringProperty!(WebURLMember.host)
Undocumented in source.
password
alias password = getStringProperty!(WebURLMember.password)
Undocumented in source.
path
alias path = getStringProperty!(WebURLMember.path)
Undocumented in source.
port
alias port = getStringProperty!(WebURLMember.port)
Undocumented in source.
query
alias query = getStringProperty!(WebURLMember.query)
Undocumented in source.
scheme
alias scheme = getStringProperty!(WebURLMember.scheme)
Undocumented in source.
spec
alias spec = getStringProperty!(WebURLMember.spec)
Undocumented in source.
username
alias username = getStringProperty!(WebURLMember.username)
Undocumented in source.

Functions

cppObj
CppWebURL cppObj()
Undocumented in source. Be warned that the author may not have intended to support it.
cppObj
inout(CppWebURL) 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.
getStringProperty
WebString getStringProperty()
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(WebURLCpp url)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(Char[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(WebURLCpp rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(WebURLCpp 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.
weakRef
auto weakRef()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

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

Meta