MCPcopy Create free account
hub / github.com/Vector35/debugger / AddRef

Method AddRef

core/refcountobject.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 virtual ~DbgRefCountObject() {}
35
36 virtual void AddRef() { m_refs.fetch_add(1); }
37
38 virtual void Release()
39 {

Callers 2

DbgRef<T>Method · 0.45
refcountobject.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected