MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / begin

Method begin

src/Core/include/OpenLoco/Core/LocoFixedVector.hpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75
76 Iter begin() const
77 {
78 return Iter(startAddress, 0);
79 }
80 Iter end() const
81 {
82 return Iter(startAddress, Count);

Callers

nothing calls this directly

Calls 1

IterClass · 0.85

Tested by

no test coverage detected