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 281 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 284 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 286 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 285 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 287 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 283 of file bm.h.


The documentation for this struct was generated from the following file:
Generated on Sun Aug 5 14:12:39 2007 for BitMagic by  doxygen 1.4.1