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

Function GetPtr

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

Source from the content-addressed store, hash-verified

173 }
174
175 T* GetPtr() const
176 {
177 return m_obj;
178 }
179
180 bool operator==(const DbgRef<T>& obj) const
181 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected