std::Deque_alloc_base< Type, Alloc, __is_static > Class Template Reference

Inheritance diagram for std::Deque_alloc_base< Type, Alloc, __is_static >:

Inheritance graph
[legend]
List of all members.

Public Types

typedef Alloc_traits< Type,
Alloc >::allocator_type 
allocator_type

Public Member Functions

allocator_type get_allocator () const
 Deque_alloc_base (const allocator_type &a)

Protected Types

typedef Alloc_traits< Type *,
Alloc >::allocator_type 
Map_allocator_type

Protected Member Functions

Type * M_allocate_node ()
void M_deallocate_node (Type *__p)
Type ** M_allocate_map (size_t n)
void M_deallocate_map (Type **__p, size_t n)

Protected Attributes

allocator_type M_node_allocator
Map_allocator_type M_map_allocator
Type ** M_map
size_t M_map_size

Detailed Description

template<typename Type, typename Alloc, bool __is_static>
class std::Deque_alloc_base< Type, Alloc, __is_static >

Definition at line 349 of file stl_deque.h.


The documentation for this class was generated from the following file:
Generated on Wed Jan 3 20:19:47 2007 for libstdc++-v3 Source by  doxygen 1.5.1