44 bool Set(
uint8 _idx );
45 bool Clear(
uint8 _idx );
46 bool IsSet(
uint8 _idx )
const;
47 uint32 GetNumSetBits()
const;
60 bool operator ==(
const Iterator &rhs);
61 bool operator !=(
const Iterator &rhs);
76 vector<uint32> m_bits;
Definition: Bitfield.h:34
#define OPENZWAVE_EXPORT
Definition: Defs.h:52
#define OPENZWAVE_EXPORT_WARNINGS_ON
Definition: Defs.h:54
#define OPENZWAVE_EXPORT_WARNINGS_OFF
Definition: Defs.h:53
Definition: Bitfield.h:36
unsigned int uint32
Definition: Defs.h:96
Definition: Bitfield.h:51
unsigned char uint8
Definition: Defs.h:90