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

Method RegExMatchObject

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

Source from the content-addressed store, hash-verified

737 ResultType GetEnumItem(UINT &aIndex, Var *, Var *, int);
738
739 RegExMatchObject() : mHaystack(NULL), mOffset(NULL), mPatternName(NULL), mPatternCount(0), mMark(NULL) {}
740
741 ~RegExMatchObject()
742 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected