Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ ~DbgRefCountObject
Method
~DbgRefCountObject
api/debuggerapi.h:40–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
T* m_object;
39
DbgRefCountObject() : m_refs(0), m_object(nullptr) {}
40
virtual ~DbgRefCountObject() {}
41
42
T* GetObject() const { return m_object; }
43
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected