MCPcopy 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
38Bitfield::Bitfield() :
39 m_numSetBits(0),
40 m_value(0)
41{
42}
43
44Bitfield::Bitfield(uint32 value) :
45 m_numSetBits(0),

Callers

nothing calls this directly

Calls 1

SetFunction · 0.85

Tested by

no test coverage detected