MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / GetSize

Method GetSize

cpp/src/Bitfield.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129uint32 Bitfield::GetSize() const
130{
131 return m_bits.size() * sizeof(uint32) * 8;
132}
133
134Bitfield::Iterator Bitfield::Begin() const
135{

Callers 2

SetValueMethod · 0.45
GetBitSetSizeMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected