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

Method end

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

Source from the content-addressed store, hash-verified

254
255 T *begin() { return m_data; }
256 T *end() { return m_data+m_size; }
257
258 T& operator[] (unsigned i) { return m_data[i]; }
259 const T& operator[] (unsigned i) const { return m_data[i]; }

Callers 15

normalize_newlinesFunction · 0.45
removeFromTickQueueFunction · 0.45
unregisterMethod · 0.45
unregisterAllMethod · 0.45
onStateChangeMethod · 0.45
manageTickEventFunction · 0.45
manageJobInitiatedEventFunction · 0.45
manageJobStartedEventFunction · 0.45
manageJobCompletedEventFunction · 0.45
manageNewUnitActiveEventFunction · 0.45
manageUnitDeathEventFunction · 0.45
manageItemCreationEventFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected