#include <stl_bvector.h>
Collaboration diagram for std::_Bvector_alloc_base< _Allocator, true >:

Public Types | |
| typedef _Alloc_traits< bool, _Allocator >::allocator_type | allocator_type |
Public Methods | |
| allocator_type | get_allocator () const |
| _Bvector_alloc_base (const allocator_type &) | |
Protected Types | |
| typedef _Alloc_traits< unsigned int, _Allocator >::_Alloc_type | _Alloc_type |
Protected Methods | |
| unsigned int * | _M_bit_alloc (size_t __n) |
| void | _M_deallocate () |
Protected Attributes | |
| _Bit_iterator | _M_start |
| _Bit_iterator | _M_finish |
| unsigned int * | _M_end_of_storage |
|
|||||
|
Definition at line 313 of file bits/stl_bvector.h. |
|
|||||
|
Definition at line 305 of file bits/stl_bvector.h. |
|
||||||||||
|
||||||||||
|
Definition at line 315 of file bits/stl_bvector.h. References std::__WORD_BIT, and allocate(). |
|
|||||||||
|
Definition at line 317 of file bits/stl_bvector.h. References std::_Bvector_alloc_base< _Allocator, __is_static >::_M_end_of_storage, std::_Bit_iterator_base::_M_p, std::_Bvector_alloc_base< _Allocator, __is_static >::_M_start, and deallocate(). |
|
|||||||||
|
Definition at line 306 of file bits/stl_bvector.h. References std::_Bvector_alloc_base< _Allocator, __is_static >::allocator_type. |
|
|||||
|
Definition at line 325 of file bits/stl_bvector.h. |
|
|||||
|
Definition at line 324 of file bits/stl_bvector.h. |
|
|||||
|
Definition at line 323 of file bits/stl_bvector.h. |
1.2.15