MCPcopy Create free account
hub / github.com/DFHack/dfhack / begin

Method begin

library/include/BitArray.h:471–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

469 }
470
471 iterator begin()
472 {
473 return iterator(static_cast<L *>(this), static_cast<L *>(this)->next);
474 }
475 const_iterator begin() const
476 {
477 return const_iterator(const_cast<DfLinkedList<L, I> *>(this)->begin());

Callers

nothing calls this directly

Calls 3

iteratorClass · 0.85
const_iteratorClass · 0.85
beginMethod · 0.45

Tested by

no test coverage detected