MCPcopy Create free account
hub / github.com/Autodesk/Aurora / ptr

Method ptr

Libraries/Aurora/Source/ResourceTracker.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 operator const PointerType&() const { return get(); }
40
41 PointerType* ptr() { return m_ptr; }
42 const PointerType* ptr() const { return m_ptr; }
43
44private:

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64