EWAHBoolArray 0.8.0
A compressed bitmap class in C++
|
Same as RunningLengthWord, except that the values cannot be modified. More...
#include <runninglengthword.h>
Public Member Functions | |
ConstRunningLengthWord (const uword data) | |
ConstRunningLengthWord (const ConstRunningLengthWord &rlw) | |
bool | getRunningBit () const |
Which bit is being repeated? | |
uword | getRunningLength () const |
how many words should be filled by the running bit | |
uword | getNumberOfLiteralWords () const |
followed by how many literal words? | |
uword | size () const |
Total of getRunningLength() and getNumberOfLiteralWords() | |
Public Attributes | |
uword | mydata |
Same as RunningLengthWord, except that the values cannot be modified.
Definition at line 159 of file runninglengthword.h.
|
inline |
Definition at line 161 of file runninglengthword.h.
|
inline |
Definition at line 163 of file runninglengthword.h.
|
inline |
Definition at line 165 of file runninglengthword.h.
|
inline |
followed by how many literal words?
Definition at line 184 of file runninglengthword.h.
|
inline |
Which bit is being repeated?
Definition at line 171 of file runninglengthword.h.
|
inline |
how many words should be filled by the running bit
Definition at line 176 of file runninglengthword.h.
|
inline |
Total of getRunningLength() and getNumberOfLiteralWords()
Definition at line 192 of file runninglengthword.h.
uword ewah::ConstRunningLengthWord< uword >::mydata |
Definition at line 194 of file runninglengthword.h.