#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< _Alloc >, and std::vector< bool, _Alloc >. Definition at line 278 of file bits/stl_bvector.h. Referenced by std::_Bvector_alloc_base< _Allocator, true >::get_allocator(). |
|
||||||||||
|
Definition at line 281 of file bits/stl_bvector.h. |
|
||||||||||
|
Definition at line 285 of file bits/stl_bvector.h. |
|
|||||||||
|
Definition at line 287 of file bits/stl_bvector.h. |
|
|||||||||
|
Reimplemented in std::vector< bool, _Alloc >. Definition at line 279 of file bits/stl_bvector.h. |
|
|||||
|
|||||
|
|||||
|
Definition at line 296 of file bits/stl_bvector.h. Referenced by std::_Bvector_alloc_base< _Allocator, true >::_Bvector_alloc_base(), and std::_Bvector_alloc_base< _Alloc, _Alloc_traits< bool, _Alloc >::_S_instanceless >::_Bvector_alloc_base(). |
|
|||||
1.2.15