#include <stl_bvector.h>
Inheritance diagram for std::_Bvector_alloc_base:
Public Types | |
typedef _Alloc_traits<bool, _Allocator>::allocator_type | allocator_type |
Public Methods | |
allocator_type | get_allocator () const |
_Bvector_alloc_base (const allocator_type &__a) | |
Protected Methods | |
unsigned int* | _M_bit_alloc (size_t __n) |
void | _M_deallocate () |
Protected Attributes | |
_Alloc_traits<unsigned int, _Allocator>::allocator_type | _M_data_allocator |
_Bit_iterator | _M_start |
_Bit_iterator | _M_finish |
unsigned int* | _M_end_of_storage |
|
Reimplemented in std::_Bvector_base, and std::vector< bool, _Alloc >. Definition at line 249 of file stl_bvector.h. |
|
Definition at line 252 of file stl_bvector.h. |
|
Definition at line 256 of file stl_bvector.h. |
|
Definition at line 258 of file stl_bvector.h. |
|
Reimplemented in std::vector< bool, _Alloc >. Definition at line 250 of file stl_bvector.h. |
|
Definition at line 265 of file stl_bvector.h. |
|
Definition at line 268 of file stl_bvector.h. |
|
Definition at line 267 of file stl_bvector.h. |
|
Definition at line 266 of file stl_bvector.h. |