_Bvector_base Class Reference

#include <stdapis/stlportv5/stl/_bvector.h>

class _Bvector_base
Public Member Type Definitions
typedef _Alloc_traits< __chunk_type, _Alloc >::allocator_type __chunk_allocator_type
typedefunsigned int __chunk_type
Public Attributes
_Alloc::allocator_typeallocator_type
Protected Attributes
_STLP_alloc_proxy< __chunk_type *, __chunk_type, __chunk_allocator_type >_M_end_of_storage
_Bit_iterator _M_finish
_Bit_iterator _M_start
Public Member Functions
_Bvector_base(const allocator_type &)
_Bvector_base(__move_source< _Self >)
~_Bvector_base()
_STLP_FORCE_ALLOCATORS(bool, _Alloc)
allocator_type __get_dfl_allocator()
allocator_type get_allocator()
Protected Member Functions
unsigned int *_M_bit_alloc(size_t)
void_M_deallocate()

Member Type Definition Documentation

Typedef __chunk_allocator_type

typedef _Alloc_traits< __chunk_type, _Alloc >::allocator_type__chunk_allocator_type

Typedef __chunk_type

typedef unsigned int__chunk_type

Member Attribute Documentation

_M_end_of_storage

_M_finish

_Bit_iterator _M_finish[protected]

_M_start

_Bit_iterator _M_start[protected]

allocator_type

_Alloc::allocator_typeallocator_type

Constructor & Destructor Documentation

_Bvector_base ( const allocator_type & )

_Bvector_base(const allocator_type &__a)[inline]

_Bvector_base ( __move_source< _Self > )

_Bvector_base(__move_source< _Self >src)[inline]

~_Bvector_base ( )

~_Bvector_base()[inline]

Member Function Documentation

_M_bit_alloc ( size_t )

unsigned int *_M_bit_alloc(size_t__n)[protected, inline]

_M_deallocate ( )

void_M_deallocate()[protected, inline]

_STLP_FORCE_ALLOCATORS ( bool, _Alloc )

_STLP_FORCE_ALLOCATORS(bool,
_Alloc
)

__get_dfl_allocator ( )

allocator_type __get_dfl_allocator()[static, inline]

get_allocator ( )

allocator_type get_allocator()const [inline]