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

Method COMPtr

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

Source from the content-addressed store, hash-verified

1522 struct COMPtr
1523 {
1524 COMPtr() = default;
1525 COMPtr (const COMPtr&) = delete;
1526 COMPtr (COMPtr&&) = delete;
1527 COMPtr (Type* o) : object (o) { if (object) object->AddRef(); }

Callers

nothing calls this directly

Calls 1

AddRefMethod · 0.45

Tested by

no test coverage detected