EWAHBoolArray 0.8.0
A compressed bitmap class in C++
|
This is a low-level iterator. More...
#include <ewah-inl.h>
Public Member Functions | |
EWAHBoolArrayRawIterator (const EWAHBoolArray< uword > &p) | |
EWAHBoolArrayRawIterator (const EWAHBoolArrayRawIterator &o) | |
bool | hasNext () const |
BufferedRunningLengthWord< uword > & | next () |
const uword * | dirtyWords () const |
EWAHBoolArrayRawIterator & | operator= (const EWAHBoolArrayRawIterator &other) |
Public Attributes | |
size_t | pointer |
const std::vector< uword > * | myparent |
BufferedRunningLengthWord< uword > | rlw |
This is a low-level iterator.
Definition at line 199 of file runninglengthword.h.
|
inline |
Definition at line 677 of file ewah-inl.h.
|
inline |
Definition at line 679 of file ewah-inl.h.
|
inline |
Definition at line 690 of file ewah-inl.h.
|
inline |
Definition at line 682 of file ewah-inl.h.
|
inline |
Definition at line 684 of file ewah-inl.h.
|
inline |
Definition at line 695 of file ewah-inl.h.
const std::vector<uword>* ewah::EWAHBoolArrayRawIterator< uword >::myparent |
Definition at line 703 of file ewah-inl.h.
size_t ewah::EWAHBoolArrayRawIterator< uword >::pointer |
Definition at line 702 of file ewah-inl.h.
BufferedRunningLengthWord<uword> ewah::EWAHBoolArrayRawIterator< uword >::rlw |
Definition at line 704 of file ewah-inl.h.