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 284 of file stl_bvector.h.

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

Definition at line 276 of file stl_bvector.h.


Member Function Documentation

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

Definition at line 279 of file stl_bvector.h.

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

Definition at line 286 of file stl_bvector.h.

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

Definition at line 288 of file stl_bvector.h.

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

Definition at line 277 of file stl_bvector.h.


Member Data Documentation

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

Definition at line 296 of file stl_bvector.h.

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

Definition at line 295 of file stl_bvector.h.

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

Definition at line 294 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