#include <mi32/bitset.h>
Public Member Functions | |
| ITERATOR () | |
| UINT32 | operator * () const |
| operator UINT32 () const | |
| bool | operator!= (const ITERATOR &rhs) const |
| ITERATOR & | operator++ () |
| bool | operator== (const ITERATOR &rhs) const |
Definition at line 203 of file bitset.h.
| BITSET_UNOWNED::ITERATOR::ITERATOR | ( | ) |
Default constructor (leaves the bitset unattache).
| UINT32 BITSET_UNOWNED::ITERATOR::operator * | ( | ) | const [inline] |
| BITSET_UNOWNED::ITERATOR::operator UINT32 | ( | ) | const [inline] |
| bool BITSET_UNOWNED::ITERATOR::operator!= | ( | const ITERATOR & | rhs | ) | const [inline] |
| ITERATOR& BITSET_UNOWNED::ITERATOR::operator++ | ( | ) |
Pre-increment operator.
| bool BITSET_UNOWNED::ITERATOR::operator== | ( | const ITERATOR & | rhs | ) | const [inline] |
1.5.2