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

Method Get

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

Source from the content-addressed store, hash-verified

279 }
280
281 bool Get(int index) const {
282 assert(index < array_size);
283 return bit_array.GetBit(index);
284 }
285
286 bool operator[](int index) const { return Get(index); }
287 cBitProxy operator[](int index) { return cBitProxy(*this, index); }

Callers 15

cBitArray.hFile · 0.45
HashMethod · 0.45
cStringListMethod · 0.45
cStringList.ccFile · 0.45
RegisterMethod · 0.45
CreateMethod · 0.45
CreateAllMethod · 0.45
RegisterMethod · 0.45
CreateMethod · 0.45
RegisterMethod · 0.45
CreateMethod · 0.45
RegisterMethod · 0.45

Calls 1

GetBitMethod · 0.45

Tested by

no test coverage detected