![]() |
OpenZWave Library 1.6.1914
|
#include <Bitfield.h>
Classes | |
| class | Iterator |
Public Member Functions | |
| Bitfield () | |
| Bitfield (uint32 value) | |
| ~Bitfield () | |
| bool | Set (uint8 _idx) |
| bool | Clear (uint8 _idx) |
| bool | IsSet (uint8 _idx) const |
| uint32 | GetNumSetBits () const |
| uint32 | GetValue () const |
| bool | SetValue (uint32 val) |
| uint32 | GetSize () const |
| Iterator | Begin () const |
| Iterator | End () const |
Friends | |
| class | Iterator |
| OpenZWave::Internal::Bitfield::Bitfield | ( | ) |
| OpenZWave::Internal::Bitfield::Bitfield | ( | uint32 | value | ) |
| OpenZWave::Internal::Bitfield::~Bitfield | ( | ) |
| Bitfield::Iterator OpenZWave::Internal::Bitfield::Begin | ( | ) | const |
| bool OpenZWave::Internal::Bitfield::Clear | ( | uint8 | _idx | ) |
| Bitfield::Iterator OpenZWave::Internal::Bitfield::End | ( | ) | const |
| uint32 OpenZWave::Internal::Bitfield::GetNumSetBits | ( | ) | const |
| uint32 OpenZWave::Internal::Bitfield::GetSize | ( | ) | const |
| uint32 OpenZWave::Internal::Bitfield::GetValue | ( | ) | const |
| bool OpenZWave::Internal::Bitfield::IsSet | ( | uint8 | _idx | ) | const |
| bool OpenZWave::Internal::Bitfield::Set | ( | uint8 | _idx | ) |
| bool OpenZWave::Internal::Bitfield::SetValue | ( | uint32 | val | ) |
|
friend |