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 &) | |
Protected Types | |
|
typedef Alloc_traits< Type, Alloc >::Alloc_type | Node_alloc_type |
|
typedef Alloc_traits< Type *, Alloc >::Alloc_type | Map_alloc_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 | |
| Type ** | M_map |
| size_t | M_map_size |
Definition at line 392 of file stl_deque.h.
1.4.7