Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals | Examples

bm::bvector< Alloc, MS >::iterator_base::bitblock_descr Struct Reference

Information about current bitblock. More...

#include <bm.h>


Data Fields

const bm::word_tptr
 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.


Detailed Description

template<class Alloc, class MS>
struct bm::bvector< Alloc, MS >::iterator_base::bitblock_descr

Information about current bitblock.

Definition at line 293 of file bm.h.


Field Documentation

template<class Alloc, class MS>
unsigned bm::bvector< Alloc, MS >::iterator_base::bitblock_descr::bits[32]
 

Unpacked list of ON bits.

Definition at line 296 of file bm.h.

template<class Alloc, class MS>
unsigned bm::bvector< Alloc, MS >::iterator_base::bitblock_descr::cnt
 

Number of ON bits.

Definition at line 298 of file bm.h.

template<class Alloc, class MS>
unsigned bm::bvector< Alloc, MS >::iterator_base::bitblock_descr::idx
 

Current position in the bit list.

Definition at line 297 of file bm.h.

template<class Alloc, class MS>
bm::id_t bm::bvector< Alloc, MS >::iterator_base::bitblock_descr::pos
 

Last bit position before.

Definition at line 299 of file bm.h.

template<class Alloc, class MS>
const bm::word_t* bm::bvector< Alloc, MS >::iterator_base::bitblock_descr::ptr
 

Word pointer.

Definition at line 295 of file bm.h.


The documentation for this struct was generated from the following file:
Generated on Thu Apr 20 13:29:15 2006 for BitMagic by  doxygen 1.4.1