MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / ArrayIterator

Method ArrayIterator

include/Array.h:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 HX_IS_INSTANCE_OF enum { _hx_ClassId = hx::clsIdArrayIterator };
77
78 ArrayIterator(Array<FROM> inArray) : mArray(inArray), mIdx(0) { }
79
80 // Fast versions ...
81 bool hasNext() HXCPP_OVERRIDE { return mIdx < mArray->length; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected