ReactOS 0.4.16-dev-533-gc7d1aa3
|
#include <_bvector.h>
Public Types | |
typedef _Alloc | allocator_type |
typedef unsigned int | __chunk_type |
typedef _Alloc_traits< __chunk_type, _Alloc >::allocator_type | __chunk_allocator_type |
Public Member Functions | |
allocator_type | get_allocator () const |
_Bvector_base (const allocator_type &__a) | |
_Bvector_base (__move_source< _Self > src) | |
~_Bvector_base () | |
Protected Member Functions | |
__chunk_type * | _M_bit_alloc (size_t __n) |
void | _M_deallocate () |
Static Protected Member Functions | |
static size_t | _M_bits_to_chunks (size_t __n_bits) |
Protected Attributes | |
_Bit_iterator | _M_start |
_Bit_iterator | _M_finish |
_STLP_alloc_proxy< __chunk_type *, __chunk_type, __chunk_allocator_type > | _M_end_of_storage |
Private Types | |
typedef _Bvector_base< _Alloc > | _Self |
Definition at line 268 of file _bvector.h.
typedef _Alloc_traits<__chunk_type,_Alloc>::allocator_type _Bvector_base< _Alloc >::__chunk_allocator_type |
Definition at line 274 of file _bvector.h.
Definition at line 273 of file _bvector.h.
|
private |
Definition at line 269 of file _bvector.h.
typedef _Alloc _Bvector_base< _Alloc >::allocator_type |
Definition at line 272 of file _bvector.h.
|
inline |
Definition at line 278 of file _bvector.h.
|
inline |
Definition at line 283 of file _bvector.h.
|
inline |
Definition at line 291 of file _bvector.h.
|
inlineprotected |
Definition at line 300 of file _bvector.h.
|
inlinestaticprotected |
|
inlineprotected |
Definition at line 303 of file _bvector.h.
Referenced by _Bvector_base< _Alloc >::~_Bvector_base().
|
inline |
Definition at line 275 of file _bvector.h.
|
protected |
Definition at line 311 of file _bvector.h.
Referenced by _Bvector_base< _Alloc >::_M_bit_alloc(), _Bvector_base< _Alloc >::_M_deallocate(), and _Bvector_base< _Alloc >::get_allocator().
|
protected |
Definition at line 310 of file _bvector.h.
|
protected |
Definition at line 309 of file _bvector.h.
Referenced by _Bvector_base< _Alloc >::_M_deallocate().