Iterator to step forward through UINT64 items in set. More...
#include <mi32/unsignedset.h>
Public Member Functions | |
| ITERATOR64 (const UNSIGNEDSET &Set) | |
| bool | IsEnd () const |
| operator UINT64 () const | |
| UINT64 | operator* () const |
| ITERATOR64 & | operator++ () |
| void | Reset () |
| void | SetEnd () |
| UINT32 | SkipCount () |
Iterator to step forward through UINT64 items in set.
| UNSIGNEDSET::ITERATOR64::ITERATOR64 | ( | const UNSIGNEDSET & | Set | ) | [inline, explicit] |
Construct from set.
| bool UNSIGNEDSET::ITERATOR64::IsEnd | ( | ) | const [inline] |
Determine if have reached end of set.
| UNSIGNEDSET::ITERATOR64::operator UINT64 | ( | ) | const [inline] |
Cast operator to UINT64.
| UINT64 UNSIGNEDSET::ITERATOR64::operator* | ( | ) | const [inline] |
Dereference operator, returns item number in set.
| ITERATOR64& UNSIGNEDSET::ITERATOR64::operator++ | ( | ) |
Pre-increment to next item in set.
| void UNSIGNEDSET::ITERATOR64::Reset | ( | ) |
Reset iterator to first item in set.
| void UNSIGNEDSET::ITERATOR64::SetEnd | ( | ) | [inline] |
Set iterator to end.
| UINT32 UNSIGNEDSET::ITERATOR64::SkipCount | ( | ) |
Skip ahead by current count, returns 0 if no current count.
1.6.1