Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
129
uint32 Bitfield::GetSize() const
130
{
131
return m_bits.size() * sizeof(uint32) * 8;
132
}
133
134
Bitfield::Iterator Bitfield::Begin() const
135
{
Callers
2
SetValue
Method · 0.45
GetBitSetSize
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected