MCPcopy Create free account
hub / github.com/Tracktion/choc / Pimpl

Function Pimpl

choc/gui/choc_WebView.h:247–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245struct choc::ui::WebView::Pimpl
246{
247 Pimpl (WebView& v, const Options& opts)
248 : owner (v), options (opts), fetchResource (options.fetchResource)
249 {
250 }
251
252 bool initialise()
253 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected