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

Function ObjectBase

source/script_object.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 ULONG RefCount() { return mRefCount; }
61
62 ObjectBase() : mRefCount(1) {}
63
64 // Declare a virtual destructor for correct 'delete this' behaviour in Delete(),
65 // and because it is likely to be more convenient and reliable than overriding

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected