#include <stl_bvector.h>
Collaboration diagram for _Bvector_base< _Alloc >:
Public Types | |
typedef _Alloc | allocator_type |
Public Methods | |
allocator_type | get_allocator () const |
_Bvector_base (const allocator_type &) | |
~_Bvector_base () | |
Protected Types | |
typedef simple_alloc< unsigned int, _Alloc > | _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 334 of file ext/stl_bvector.h. |
|
Definition at line 326 of file ext/stl_bvector.h. Referenced by _Bvector_base< _Alloc >::_Bvector_base(), and _Bvector_base< _Alloc >::get_allocator(). |
|
Definition at line 329 of file ext/stl_bvector.h. References _Bvector_base< _Alloc >::_M_end_of_storage, _Bvector_base< _Alloc >::_M_finish, _Bvector_base< _Alloc >::_M_start, and _Bvector_base< _Alloc >::allocator_type. |
|
Definition at line 331 of file ext/stl_bvector.h. References _Bvector_base< _Alloc >::_M_deallocate(). |
|
Definition at line 336 of file ext/stl_bvector.h. References __WORD_BIT, and allocate(). |
|
Definition at line 338 of file ext/stl_bvector.h. References _Bvector_base< _Alloc >::_M_end_of_storage, _Bit_iterator_base::_M_p, _Bvector_base< _Alloc >::_M_start, and deallocate(). Referenced by _Bvector_base< _Alloc >::~_Bvector_base(). |
|
Definition at line 327 of file ext/stl_bvector.h. References _Bvector_base< _Alloc >::allocator_type. Referenced by std::vector< bool, _Alloc >::get_allocator(). |
|
Definition at line 346 of file ext/stl_bvector.h. Referenced by _Bvector_base< _Alloc >::_Bvector_base(), and _Bvector_base< _Alloc >::_M_deallocate(). |
|
Definition at line 345 of file ext/stl_bvector.h. Referenced by _Bvector_base< _Alloc >::_Bvector_base(). |
|
Definition at line 344 of file ext/stl_bvector.h. Referenced by _Bvector_base< _Alloc >::_Bvector_base(), and _Bvector_base< _Alloc >::_M_deallocate(). |