Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateRoomAssignments
Method · 0.45
remove_soldier_entity_link
Function · 0.45
remove_officer_entity_link
Function · 0.45
normalize_newlines
Function · 0.45
onStateChange
Method · 0.45
manageTickEvent
Function · 0.45
manageJobInitiatedEvent
Function · 0.45
manageJobStartedEvent
Function · 0.45
manageJobCompletedEvent
Function · 0.45
manageNewUnitActiveEvent
Function · 0.45
manageUnitDeathEvent
Function · 0.45
manageItemCreationEvent
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected