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

Method Set

avida-core/source/tools/cBitArray.h:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 int GetSize() const { return array_size; }
275
276 void Set(int index, bool value) {
277 assert(index < array_size);
278 bit_array.SetBit(index, value);
279 }
280
281 bool Get(int index) const {
282 assert(index < array_size);

Callers 15

cBitArray.hFile · 0.45
RegisterMethod · 0.45
RegisterMethod · 0.45
RegisterMethod · 0.45
RegisterMethod · 0.45
AddMethod · 0.45
AddEntryMethod · 0.45
SetValueMethod · 0.45
AddMethod · 0.45
EditDistanceMethod · 0.45
initMappingsMethod · 0.45
processCommandMethod · 0.45

Calls 1

SetBitMethod · 0.80

Tested by

no test coverage detected