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

Method DbgRefCountObject

api/debuggerapi.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 std::atomic<int> m_refs;
38 T* m_object;
39 DbgRefCountObject() : m_refs(0), m_object(nullptr) {}
40 virtual ~DbgRefCountObject() {}
41
42 T* GetObject() const { return m_object; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected