MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / iterator

Method iterator

src/doc/cels_range.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26CelsRange::iterator::iterator()
27 : m_cel(nullptr)
28{
29}
30
31CelsRange::iterator::iterator(const Sprite* sprite, frame_t first, frame_t last, CelsRange::Flags flags)
32 : m_cel(nullptr)

Callers

nothing calls this directly

Calls 6

getNextMethod · 0.80
layerMethod · 0.45
firstLayerMethod · 0.45
celMethod · 0.45
idMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected