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

Class Array

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

Source from the content-addressed store, hash-verified

235#define ObjParseIntKey(s, endptr) UorA(_wcstoi64,_strtoi64)(s, endptr, 10) // Convert string to IntKeyType, setting errno = ERANGE if overflow occurs.
236
237class Array;
238
239class Object : public ObjectBase
240{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected