EWAHBoolArray 0.8.0
A compressed bitmap class in C++
|
Iterate over words of bits from a compressed bitmap. More...
#include <ewah-inl.h>
Public Member Functions | |
bool | hasNext () const |
is there a new word? | |
uword | next () |
return next word. | |
EWAHBoolArrayIterator (const EWAHBoolArrayIterator< uword > &other) | |
Static Public Attributes | |
static const uword | zero = 0 |
static const uword | notzero = static_cast<uword>(~zero) |
Iterate over words of bits from a compressed bitmap.
|
inline |
Definition at line 67 of file ewah-inl.h.
|
inline |
is there a new word?
Definition at line 41 of file ewah-inl.h.
|
inline |
return next word.
Definition at line 46 of file ewah-inl.h.
|
static |
Definition at line 74 of file ewah-inl.h.
|
static |
Definition at line 73 of file ewah-inl.h.