![]() |
OpenZWave Library 1.6.1914
|
#include <Bitfield.h>
Public Member Functions | |
uint32 | operator* () const |
Iterator & | operator++ () |
Iterator | operator++ (int) |
bool | operator== (const Iterator &rhs) |
bool | operator!= (const Iterator &rhs) |
Friends | |
class | Bitfield |
bool OpenZWave::Internal::Bitfield::Iterator::operator!= | ( | const Iterator & | rhs | ) |
uint32 OpenZWave::Internal::Bitfield::Iterator::operator* | ( | ) | const |
Bitfield::Iterator & OpenZWave::Internal::Bitfield::Iterator::operator++ | ( | ) |
Bitfield::Iterator OpenZWave::Internal::Bitfield::Iterator::operator++ | ( | int | a | ) |
bool OpenZWave::Internal::Bitfield::Iterator::operator== | ( | const Iterator & | rhs | ) |
|
friend |