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 ()
UINT32 operator * () const
 operator UINT32 () const
bool operator!= (const ITERATOR &rhs) const
ITERATORoperator++ ()
bool operator== (const ITERATOR &rhs) const


Detailed Description

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

Definition at line 203 of file bitset.h.


Constructor & Destructor Documentation

BITSET_UNOWNED::ITERATOR::ITERATOR (  ) 

Default constructor (leaves the bitset unattache).


Member Function Documentation

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

Dereference operator, returns item number set.

Definition at line 210 of file bitset.h.

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

Cast operator to UINT32.

Definition at line 216 of file bitset.h.

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

Inequality operator.

Definition at line 233 of file bitset.h.

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

Pre-increment operator.

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

Equality operator.

Definition at line 226 of file bitset.h.


The documentation for this class was generated from the following file:
Generated on Thu Apr 26 04:46:59 2007 for TNTsdk by  doxygen 1.5.2