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>

Inherited by std::_Bvector_base.

List of all members.

Public Types


Public Methods


Protected Methods


Protected Attributes

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


Member Typedef Documentation

typedef _Alloc_traits<bool, _Allocator>::allocator_type allocator_type
 

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


Constructor & Destructor Documentation

_Bvector_alloc_base ( const allocator_type & __a ) [inline]
 


Member Function Documentation

allocator_type get_allocator ( ) const [inline]
 

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

unsigned int * _M_bit_alloc ( size_t __n ) [inline, protected]
 

void _M_deallocate ( ) [inline, protected]
 


Member Data Documentation

_Alloc_traits<unsigned int, _Allocator>::allocator_type _M_data_allocator [protected]
 

_Bit_iterator _M_start [protected]
 

_Bit_iterator _M_finish [protected]
 

unsigned int* _M_end_of_storage [protected]
 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:33 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001