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

Method DbgCoreRefCountObject

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

Source from the content-addressed store, hash-verified

75 bool m_registeredRef = false;
76 T* m_object;
77 DbgCoreRefCountObject() : m_refs(0), m_object(nullptr) {}
78 virtual ~DbgCoreRefCountObject() {}
79
80 T* GetObject() const { return m_object; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected