MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / end

Method end

src/misc/alternating_iterator.hpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 auto end() const
135 {
136 return AlternatingIterator{first, last, middle, false};
137 }
138
139private:
140 Titer first; ///< Iterator to first element.

Callers 10

ReadDataBlockMethod · 0.45
FixupMidiDataFunction · 0.45
LoadFileMethod · 0.45
LoadDefaultDLSFileFunction · 0.45
ContainsMethod · 0.45
InsertMethod · 0.45
LRUCacheClass · 0.45
GetIfValidMethod · 0.45
FindKnownNameMethod · 0.45
FindIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected