BITSET_UNOWNED::ITERATOR Class Reference

Iterator to step forward through all selected items in a BITSET. More...

#include <mi32/bitset.h>

List of all members.

Public Member Functions

 ITERATOR ()
 operator UINT32 () const
bool operator!= (const ITERATOR &rhs) const
UINT32 operator* () const
ITERATORoperator++ ()
bool operator== (const ITERATOR &rhs) const

Detailed Description

Iterator to step forward through all selected items in a BITSET.


Constructor & Destructor Documentation

BITSET_UNOWNED::ITERATOR::ITERATOR (  ) 

Default constructor (leaves the bitset unattache).


Member Function Documentation

BITSET_UNOWNED::ITERATOR::operator UINT32 (  )  const [inline]

Cast operator to UINT32.

bool BITSET_UNOWNED::ITERATOR::operator!= ( const ITERATOR rhs  )  const [inline]

Inequality operator.

UINT32 BITSET_UNOWNED::ITERATOR::operator* (  )  const [inline]

Dereference operator, returns item number set.

ITERATOR& BITSET_UNOWNED::ITERATOR::operator++ (  ) 

Pre-increment operator.

bool BITSET_UNOWNED::ITERATOR::operator== ( const ITERATOR rhs  )  const [inline]

Equality operator.


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

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