|  | OpenZWave Library 1.6.0
    | 
#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 Bitfield::Iterator::operator!= | ( | const Iterator & | rhs | ) | 
| uint32 Bitfield::Iterator::operator* | ( | ) | const | 
| Bitfield::Iterator & Bitfield::Iterator::operator++ | ( | ) | 
| Bitfield::Iterator Bitfield::Iterator::operator++ | ( | int | a | ) | 
| bool Bitfield::Iterator::operator== | ( | const Iterator & | rhs | ) | 
| 
 | friend |