An iterator into a Bitset. More...
#include <bitset.h>
Data Fields | |
| const Bitset * | bitset |
| Bitset this is iterating through | |
| int | word |
| Current word the iterator is on. | |
| int | bit |
| Current bit the iterator is on. | |
| int | itr |
| Number of bits that have been iterated through in total. | |
An iterator into a Bitset.
This iterator will parse and find the next index to a '1' bit as efficiently as possible.
There is no implementation of the following (yet):
| int itr |