UNSIGNEDSET::ITERATOR_INTERSECTION64 Class Reference

Iterator to step through UINT64 items in intersection of two sets. More...

#include <mi32/unsignedset.h>

List of all members.

Public Member Functions

 ITERATOR_INTERSECTION64 (const UNSIGNEDSET &set1, const UNSIGNEDSET &set2)
bool IsEnd () const
 operator UINT64 () const
UINT64 operator* () const
ITERATOR_INTERSECTION64operator++ ()
void Reset ()
void SetEnd ()

Detailed Description

Iterator to step through UINT64 items in intersection of two sets.


Constructor & Destructor Documentation

UNSIGNEDSET::ITERATOR_INTERSECTION64::ITERATOR_INTERSECTION64 ( const UNSIGNEDSET set1,
const UNSIGNEDSET set2 
) [inline, explicit]

Construct from sets.

If items in set exceed 64-bit range iterator will be set to end, use 64-bit iterator for that case.


Member Function Documentation

bool UNSIGNEDSET::ITERATOR_INTERSECTION64::IsEnd (  )  const [inline]

Determine if have reached end.

UNSIGNEDSET::ITERATOR_INTERSECTION64::operator UINT64 (  )  const [inline]

Cast operator to UINT64.

UINT64 UNSIGNEDSET::ITERATOR_INTERSECTION64::operator* (  )  const [inline]

Dereference operator, returns item number in set.

ITERATOR_INTERSECTION64& UNSIGNEDSET::ITERATOR_INTERSECTION64::operator++ (  ) 

Pre-increment to next item.

void UNSIGNEDSET::ITERATOR_INTERSECTION64::Reset (  ) 

Reset iterator to first item.

void UNSIGNEDSET::ITERATOR_INTERSECTION64::SetEnd (  )  [inline]

Set iterator to end.


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