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

std::_Deque_alloc_base Class Template Reference

#include <stl_deque.h>

Inherited by std::_Deque_base.

List of all members.

Public Types


Public Methods


Protected Types


Protected Methods


Protected Attributes

template<class _Tp, class _Alloc, bool __is_static> class std::_Deque_alloc_base


Member Typedef Documentation

typedef _Alloc_traits<_Tp,_Alloc>::allocator_type allocator_type
 

Reimplemented in std::_Deque_base, and std::deque.

typedef _Alloc_traits<_Tp*, _Alloc>::allocator_type _Map_allocator_type [protected]
 


Constructor & Destructor Documentation

_Deque_alloc_base ( const allocator_type & __a ) [inline]
 


Member Function Documentation

allocator_type get_allocator ( ) const [inline]
 

Reimplemented in std::deque.

_Tp * _M_allocate_node ( ) [inline, protected]
 

void _M_deallocate_node ( _Tp * __p ) [inline, protected]
 

_Tp ** _M_allocate_map ( size_t __n ) [inline, protected]
 

void _M_deallocate_map ( _Tp ** __p,
size_t __n ) [inline, protected]
 


Member Data Documentation

allocator_type _M_node_allocator [protected]
 

_Map_allocator_type _M_map_allocator [protected]
 

_Tp** _M_map [protected]
 

size_t _M_map_size [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