Iterator to step forward through all selected items in a BITSET_DEQUE. More...
#include <mi32/bitsetd.h>
Public Member Functions | |
| 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_DEQUE.
| BITSET_DEQUE::ITERATOR::operator UINT32 | ( | ) | const |
Cast operator to UINT32.
| bool BITSET_DEQUE::ITERATOR::operator!= | ( | const ITERATOR & | rhs | ) | const |
Inequality operator.
| UINT32 BITSET_DEQUE::ITERATOR::operator* | ( | ) | const |
Dereference operator, returns item number set.
| ITERATOR& BITSET_DEQUE::ITERATOR::operator++ | ( | ) |
Pre-increment operator.
| bool BITSET_DEQUE::ITERATOR::operator== | ( | const ITERATOR & | rhs | ) | const |
Equality operator.
1.6.1