#include <mi32/vectiter.h>
Public Member Functions | |
| BITARRAY_ITERATOR (const UINT8 *bitarray, INT32 numitems, bool testval) | |
| INT32 | GetNumItems () const |
| bool | IsDone () const |
| INT32 | operator * () const |
| operator INT32 () const | |
| BITARRAY_ITERATOR & | operator++ () |
| void | Reset () |
| void | SetDone () |
| void | SetNumItems (INT32 numitems) |
| void | SetTestValue (bool testval) |
|
||||||||||||||||
|
Definition at line 59 of file vectiter.h. |
|
|
Definition at line 118 of file vectiter.h. |
|
|
Determine if done iterating through items.
Definition at line 124 of file vectiter.h. |
|
|
Dereference operator - returns current item.
Definition at line 107 of file vectiter.h. |
|
|
Cast to INT32 - returns current item.
Definition at line 113 of file vectiter.h. |
|
|
Definition at line 72 of file vectiter.h. |
|
|
Reset iterator to first selected item.
Definition at line 130 of file vectiter.h. |
|
|
Set iterator to end.
Definition at line 138 of file vectiter.h. |
|
|
Set number of items in bit array. Does not change current iterator position. NULL bitarray is all "false" so if want "true" then no items to iterate through Definition at line 146 of file vectiter.h. |
|
|
Set bit value to test for. Does not reset the iterator position. Definition at line 162 of file vectiter.h. |
1.3.8-20040913