MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / IObjectRef

Method IObjectRef

source/script.h:1455–1455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1453
1454public:
1455 IObjectRef() : IObjectPtr() {}
1456 IObjectRef(IObject *object) : IObjectPtr(object)
1457 {
1458 if (object)

Callers

nothing calls this directly

Calls 1

AddRefMethod · 0.45

Tested by

no test coverage detected