UNSIGNEDSET::ITERATOR64 Class Reference

Iterator to step forward through UINT64 items in set. More...

#include <mi32/unsignedset.h>

List of all members.

Public Member Functions

 ITERATOR64 (const UNSIGNEDSET &Set)
bool IsEnd () const
 operator UINT64 () const
UINT64 operator* () const
ITERATOR64operator++ ()
void Reset ()
void SetEnd ()
UINT32 SkipCount ()

Detailed Description

Iterator to step forward through UINT64 items in set.


Constructor & Destructor Documentation

UNSIGNEDSET::ITERATOR64::ITERATOR64 ( const UNSIGNEDSET Set  )  [inline, explicit]

Construct from set.


Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on Sun Oct 7 21:33:58 2012 for TNTsdk 2012 by  doxygen 1.6.1