Iterator to step forward through all selected items in a BITSET. More...
#include <mi32/bitset.h>
Public Member Functions | |
| ITERATOR () | |
| operator UINT32 () const | |
| bool | operator!= (const ITERATOR &rhs) const |
| UINT32 | operator* () const |
| ITERATOR & | operator++ () |
| bool | operator== (const ITERATOR &rhs) const |
Iterator to step forward through all selected items in a BITSET.
| BITSET_UNOWNED::ITERATOR::ITERATOR | ( | ) |
Default constructor (leaves the bitset unattache).
| BITSET_UNOWNED::ITERATOR::operator UINT32 | ( | ) | const [inline] |
Cast operator to UINT32.
| bool BITSET_UNOWNED::ITERATOR::operator!= | ( | const ITERATOR & | rhs | ) | const [inline] |
Inequality operator.
| UINT32 BITSET_UNOWNED::ITERATOR::operator* | ( | ) | const [inline] |
Dereference operator, returns item number set.
| ITERATOR& BITSET_UNOWNED::ITERATOR::operator++ | ( | ) |
Pre-increment operator.
| bool BITSET_UNOWNED::ITERATOR::operator== | ( | const ITERATOR & | rhs | ) | const [inline] |
Equality operator.
1.6.1