#include <bm.h>
Data Fields | |
const bm::word_t * | ptr |
Word pointer. | |
unsigned | bits [32] |
Unpacked list of ON bits. | |
unsigned | idx |
Current position in the bit list. | |
unsigned | cnt |
Number of ON bits. | |
bm::id_t | pos |
Last bit position before. |
Definition at line 293 of file bm.h.
|
Unpacked list of ON bits.
|
|
Number of ON bits.
|
|
Current position in the bit list.
|
|
Last bit position before.
|
|
Word pointer.
|