BitMagic-C++
Data Fields
bm::bvector< Alloc >::iterator_base::block_descr Union Reference

#include <bm.h>

Collaboration diagram for bm::bvector< Alloc >::iterator_base::block_descr:
Collaboration graph
[legend]

Data Fields

bitblock_descr bit_
 BitBlock related info. More...
 
dgap_descr gap_
 DGAP block related info. More...
 

Detailed Description

template<class Alloc>
union bm::bvector< Alloc >::iterator_base::block_descr

Block type dependent information for current block.

Definition at line 356 of file bm.h.

Field Documentation

◆ bit_

template<class Alloc >
bitblock_descr bm::bvector< Alloc >::iterator_base::block_descr::bit_

◆ gap_

template<class Alloc >
dgap_descr bm::bvector< Alloc >::iterator_base::block_descr::gap_

The documentation for this union was generated from the following file: