Public Member Functions | |
Bit_map_counter (BPVector &Rvbp, int index=-1) | |
void | M_reset (int index=-1) throw () |
void | M_set_internal_bit_map (unsigned int *new_internal_marker) throw () |
bool | M_finished () const throw () |
Bit_map_counter & | operator++ () throw () |
unsigned int * | M_get () |
pointer | M_base () |
unsigned int | M_offset () |
unsigned int | M_where () |
Private Types | |
typedef std::vector< std::pair< Type, Type >, Alloc > | BPVector |
typedef BPVector::size_type | Index_type |
typedef Type | pointer |
Private Attributes | |
BPVector & | M_vbp |
unsigned int * | M_curr_bmap |
unsigned int * | M_last_bmap_in_block |
Index_type | M_curr_index |
Definition at line 236 of file bitmap_allocator.h.