#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.
|
|
Default constructor (leaves the bitset unattache).
|
|
|
Dereference operator, returns item number set.
|
|
|
Cast operator to UINT32.
|
|
|
Inequality operator.
|
|
|
Pre-increment operator.
|
|
|
Equality operator.
|
1.3.8-20040913