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

Method Append

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

Source from the content-addressed store, hash-verified

545
546 bool Append(ExprTokenType &aValue);
547 bool Append(LPTSTR aValue, size_t aValueLength = -1) { return Append(ExprTokenType(aValue, aValueLength)); }
548 bool Append(__int64 aValue) { return Append(ExprTokenType(aValue)); }
549
550 Array *Clone();

Callers

nothing calls this directly

Calls 1

ExprTokenTypeClass · 0.85

Tested by

no test coverage detected