MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / end

Method end

core/variant/array.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96Array::Iterator Array::end() {
97 return Iterator(_p->array.ptrw() + _p->array.size(), _p->read_only);
98}
99
100Array::ConstIterator Array::begin() const {
101 return ConstIterator(_p->array.ptr());

Callers 15

_generate_cs_typeMethod · 0.45
_parse_skinsMethod · 0.45
_add_shape_pairMethod · 0.45
_remove_shape_pairMethod · 0.45
_ref_shared_dataMethod · 0.45
_deref_shared_dataMethod · 0.45
to_object_layerMethod · 0.45
property_get_indexMethod · 0.45

Calls 5

IteratorClass · 0.70
ConstIteratorClass · 0.70
sizeMethod · 0.65
ptrwMethod · 0.45
ptrMethod · 0.45

Tested by

no test coverage detected