Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_Bvector_alloc_base Class Template Reference

#include <stl_bvector.h>

Inheritance diagram for std::_Bvector_alloc_base:

Inheritance graph
[legend]
Collaboration diagram for std::_Bvector_alloc_base:

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 &__a)

Protected Methods

unsigned int* _M_bit_alloc (size_t __n)
void _M_deallocate ()

Protected Attributes

_Alloc_traits<unsigned int,
_Allocator>::allocator_type 
_M_data_allocator
_Bit_iterator _M_start
_Bit_iterator _M_finish
unsigned int* _M_end_of_storage

template<class _Allocator, bool __is_static> class std::_Bvector_alloc_base


Member Typedef Documentation

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

Reimplemented in std::_Bvector_base, and std::vector< bool, _Alloc >.

Definition at line 249 of file stl_bvector.h.


Constructor & Destructor Documentation

template<class _Allocator, bool __is_static>
std::_Bvector_alloc_base<_Allocator, __is_static>::_Bvector_alloc_base<_Allocator, __is_static> ( const allocator_type & __a ) [inline]
 

Definition at line 252 of file stl_bvector.h.


Member Function Documentation

template<class _Allocator, bool __is_static>
unsigned int * std::_Bvector_alloc_base<_Allocator, __is_static>::_M_bit_alloc ( size_t __n ) [inline, protected]
 

Definition at line 256 of file stl_bvector.h.

template<class _Allocator, bool __is_static>
void std::_Bvector_alloc_base<_Allocator, __is_static>::_M_deallocate ( ) [inline, protected]
 

Definition at line 258 of file stl_bvector.h.

template<class _Allocator, bool __is_static>
allocator_type std::_Bvector_alloc_base<_Allocator, __is_static>::get_allocator ( ) const [inline]
 

Reimplemented in std::vector< bool, _Alloc >.

Definition at line 250 of file stl_bvector.h.


Member Data Documentation

template<class _Allocator, bool __is_static>
_Alloc_traits<unsigned int, _Allocator>::allocator_type std::_Bvector_alloc_base<_Allocator, __is_static>::_M_data_allocator [protected]
 

Definition at line 265 of file stl_bvector.h.

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

Definition at line 268 of file stl_bvector.h.

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

Definition at line 267 of file stl_bvector.h.

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

Definition at line 266 of file stl_bvector.h.


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:29:47 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001