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

Method End

cpp/src/Bitfield.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 return Iterator( this, 0 );
137}
138Bitfield::Iterator Bitfield::End() const
139{
140 return Iterator( this, (uint32) m_bits.size()<<5 );
141}
142
143
144uint32 Bitfield::Iterator::operator *() const

Callers 3

ReadCacheMethod · 0.45
~NodeMethod · 0.45

Calls 2

IteratorClass · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected