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

Method GetObject

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

Source from the content-addressed store, hash-verified

40 virtual ~DbgRefCountObject() {}
41
42 T* GetObject() const { return m_object; }
43
44 static T* GetObject(DbgRefCountObject* obj)
45 {

Callers 8

API_OBJECT_STATICFunction · 0.45
GetObjectMethod · 0.45
CanConnectMethod · 0.45
CanExecuteMethod · 0.45
GetAvailableAdaptersMethod · 0.45
GetControllerMethod · 0.45
ControllerExistsMethod · 0.45
SetDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected