MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / end

Method end

utilities/olcUTIL_QuadTree.h:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 }
314
315 typename IQuadtreeContainer::iterator end()
316 {
317 return m_allItems.end();
318 }
319
320 typename IQuadtreeContainer::const_iterator cbegin()
321 {

Callers 15

DrawSpriteMethod · 0.80
DrawDecalMethod · 0.80
DrawPolygonDecalMethod · 0.80
UpdateTextEntryMethod · 0.80
pgex_RegisterMethod · 0.80
SetColourMethod · 0.80
insertMethod · 0.80
insertMethod · 0.80
intersectsFunction · 0.80
projectFunction · 0.80
clearMethod · 0.80
RayVsMeshFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected