MCPcopy Create free account
hub / github.com/cztomczak/cefpython / Release

Method Release

src/include/base/cef_ref_counted.h:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 void AddRef() const { cef_subtle::RefCountedBase::AddRef(); }
164
165 void Release() const {
166 if (cef_subtle::RefCountedBase::Release()) {
167 delete static_cast<const T*>(this);
168 }
169 }
170
171 protected:
172 ~RefCounted() {}

Callers 2

~scoped_refptrMethod · 0.45
scoped_refptrClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected