MCPcopy Create free account
hub / github.com/devosoft/avida / GetFirst

Method GetFirst

avida-core/source/tools/tList.h:161–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 }
160
161 inline const T* GetFirst() const { return root.next->data; }
162 inline const T* GetLast() const { return root.prev->data; }
163 inline T* GetFirst() { return root.next->data; }
164 inline T* GetLast() { return root.prev->data; }

Callers 15

RotateMethod · 0.45
GetFacingMethod · 0.45
GetNeighborMethod · 0.45
ReceiveValueMethod · 0.45
SendMessageMethod · 0.45
SendFlashMethod · 0.45
cPopulationCellClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected