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

Method cbegin

library/include/BitArray.h:479–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477 return const_iterator(const_cast<DfLinkedList<L, I> *>(this)->begin());
478 }
479 const_iterator cbegin() const
480 {
481 return begin();
482 }
483 iterator end()
484 {
485 return iterator(static_cast<L *>(this), nullptr);

Callers 4

sizeMethod · 0.95
linked_list_removeFunction · 0.80
debug.cppFile · 0.80
queue_itemMethod · 0.80

Calls 1

beginFunction · 0.85

Tested by

no test coverage detected