WebString.cppObj

Return a reference to an instance of the C++'s class Awesomium::WebString.

  1. awebview.wrapper.cpp.WebString cppObj [@property getter]
  2. inout(awebview.wrapper.cpp.WebString) cppObj [@property getter]
    struct WebString
    @property inout pure nothrow @nogc
    inout(awebview.wrapper.cpp.WebString)
    cppObj
    (
    this T
    )
    ()
    if (
    is(T == const) ||
    is(T == immutable)
    )

Meta