dlvhex  2.5.0
bm::bvector< Alloc >::iterator_base::block_descr Union Reference

#include <vs10/bm/bm.h>

Collaboration diagram for bm::bvector< Alloc >::iterator_base::block_descr:

Data Fields

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

Detailed Description

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

Block type dependent information for current block.

Definition at line 313 of file bm.h.


Field Documentation

BitBlock related info.

Definition at line 315 of file bm.h.

Referenced by bm::bvector< Alloc >::enumerator::search_in_bitblock().

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

DGAP block related info.

Definition at line 316 of file bm.h.

Referenced by bm::bvector< Alloc >::enumerator::search_in_gapblock().


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