Whole document tree
    

Whole document tree

Templatestd::_Bvector_alloc_base< _Allocator, true > class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_Bvector_alloc_base< _Allocator, true > Class Template Reference

#include <stl_bvector.h>

Collaboration diagram for std::_Bvector_alloc_base< _Allocator, true >:

Collaboration graph
[legend]
List of all members.

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

template<class _Allocator>
class std::_Bvector_alloc_base< _Allocator, true >


Member Typedef Documentation

template<class _Allocator>
typedef _Alloc_traits<unsigned int, _Allocator>::_Alloc_type std::_Bvector_alloc_base< _Allocator, true >::_Alloc_type [protected]
 

Definition at line 313 of file bits/stl_bvector.h.

template<class _Allocator>
typedef _Alloc_traits<bool, _Allocator>::allocator_type std::_Bvector_alloc_base< _Allocator, true >::allocator_type
 

Definition at line 305 of file bits/stl_bvector.h.


Member Function Documentation

template<class _Allocator>
std::_Bvector_alloc_base< _Allocator, true >::_Bvector_alloc_base const allocator_type   [inline]
 

Definition at line 308 of file bits/stl_bvector.h.

References std::_Bvector_alloc_base< _Allocator, __is_static >::_M_end_of_storage, std::_Bvector_alloc_base< _Allocator, __is_static >::_M_finish, and std::_Bvector_alloc_base< _Allocator, __is_static >::_M_start.

template<class _Allocator>
unsigned int* std::_Bvector_alloc_base< _Allocator, true >::_M_bit_alloc size_t    __n [inline, protected]
 

Definition at line 315 of file bits/stl_bvector.h.

References std::__WORD_BIT, and allocate().

template<class _Allocator>
void std::_Bvector_alloc_base< _Allocator, true >::_M_deallocate   [inline, protected]
 

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().

template<class _Allocator>
allocator_type std::_Bvector_alloc_base< _Allocator, true >::get_allocator   const [inline]
 

Definition at line 306 of file bits/stl_bvector.h.

References std::_Bvector_alloc_base< _Allocator, __is_static >::allocator_type.


Member Data Documentation

template<class _Allocator>
unsigned int* std::_Bvector_alloc_base< _Allocator, true >::_M_end_of_storage [protected]
 

Definition at line 325 of file bits/stl_bvector.h.

template<class _Allocator>
_Bit_iterator std::_Bvector_alloc_base< _Allocator, true >::_M_finish [protected]
 

Definition at line 324 of file bits/stl_bvector.h.

template<class _Allocator>
_Bit_iterator std::_Bvector_alloc_base< _Allocator, true >::_M_start [protected]
 

Definition at line 323 of file bits/stl_bvector.h.


The documentation for this class was generated from the following file:
Generated on Mon Apr 8 03:17:08 2002 for libstdc++-v3 Source by doxygen1.2.15