Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenZWave/open-zwave
/ Bitfield
Method
Bitfield
cpp/src/Bitfield.cpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
38
Bitfield::Bitfield() :
39
m_numSetBits(0),
40
m_value(0)
41
{
42
}
43
44
Bitfield::Bitfield(uint32 value) :
45
m_numSetBits(0),
Callers
nothing calls this directly
Calls
1
Set
Function · 0.85
Tested by
no test coverage detected