Iterator to step forward through UINT64 ranges of items in set. More...
#include <mi32/unsignedset.h>
Public Member Functions | |
| ITERATOR_RANGE64 (const UNSIGNEDSET &Set) | |
| UINT64 | GetFirst () const |
| UINT64 | GetLast () const |
| bool | IsEnd () const |
| ITERATOR_RANGE64 & | operator++ () |
| void | Reset () |
| void | SetEnd () |
Iterator to step forward through UINT64 ranges of items in set.
| UNSIGNEDSET::ITERATOR_RANGE64::ITERATOR_RANGE64 | ( | const UNSIGNEDSET & | Set | ) | [inline, explicit] |
Construct from set.
| UINT64 UNSIGNEDSET::ITERATOR_RANGE64::GetFirst | ( | ) | const [inline] |
Get first item in range.
| UINT64 UNSIGNEDSET::ITERATOR_RANGE64::GetLast | ( | ) | const [inline] |
Get last item in range.
| bool UNSIGNEDSET::ITERATOR_RANGE64::IsEnd | ( | ) | const [inline] |
Determine if have reached end of set.
| ITERATOR_RANGE64& UNSIGNEDSET::ITERATOR_RANGE64::operator++ | ( | ) |
Pre-increment to next range in set.
| void UNSIGNEDSET::ITERATOR_RANGE64::Reset | ( | ) |
Reset iterator to first range in set.
| void UNSIGNEDSET::ITERATOR_RANGE64::SetEnd | ( | ) | [inline] |
Set iterator to end.
1.6.1