| 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; } |
nothing calls this directly
no outgoing calls
no test coverage detected