#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 57 of file vectiter.h. |
|
|
Definition at line 120 of file vectiter.h. |
|
|
Determine if done iterating through items.
Definition at line 126 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 132 of file vectiter.h. |
|
|
Set iterator to end.
Definition at line 140 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 148 of file vectiter.h. |
|
|
Set bit value to test for. Does not reset the iterator position. Definition at line 164 of file vectiter.h. |
1.3.8-20040913