UNSIGNEDSET::ITERATOR_INTERSECTION32 Class Reference

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

#include <mi32/unsignedset.h>

List of all members.

Public Member Functions

 ITERATOR_INTERSECTION32 (const UNSIGNEDSET &set1, const UNSIGNEDSET &set2)
bool IsEnd () const
 operator UINT32 () const
UINT32 operator* () const
ITERATOR_INTERSECTION32operator++ ()
void Reset ()
void SetEnd ()

Detailed Description

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


Constructor & Destructor Documentation

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

Construct from sets.

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


Member Function Documentation

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

Determine if have reached end.

UNSIGNEDSET::ITERATOR_INTERSECTION32::operator UINT32 (  )  const [inline]

Cast operator to UINT32.

UINT32 UNSIGNEDSET::ITERATOR_INTERSECTION32::operator* (  )  const [inline]

Dereference operator, returns item number in set.

ITERATOR_INTERSECTION32& UNSIGNEDSET::ITERATOR_INTERSECTION32::operator++ (  ) 

Pre-increment to next item.

void UNSIGNEDSET::ITERATOR_INTERSECTION32::Reset (  ) 

Reset iterator to first item.

void UNSIGNEDSET::ITERATOR_INTERSECTION32::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