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

Method GetNumSetBits

cpp/src/Bitfield.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115uint32 Bitfield::GetNumSetBits() const
116{
117 return m_numSetBits;
118}
119
120uint32 Bitfield::GetValue() const
121{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected