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;
unsigned int uint32
Definition Defs.h:95
#define OPENZWAVE_EXPORT_WARNINGS_ON
Definition Defs.h:53
#define OPENZWAVE_EXPORT
Definition Defs.h:51
#define OPENZWAVE_EXPORT_WARNINGS_OFF
Definition Defs.h:52
unsigned char uint8
Definition Defs.h:89