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

Method begin

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

Source from the content-addressed store, hash-verified

253 unsigned size() const { return m_size; }
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]; }

Callers 15

updateRoomAssignmentsMethod · 0.45
normalize_newlinesFunction · 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