Public Types | |
typedef Alloc_traits< Type, Allocator >::allocator_type | allocator_type |
Public Member Functions | |
allocator_type | get_allocator () const |
Vector_alloc_base (const allocator_type &) | |
Protected Types | |
typedef Alloc_traits< Type, Allocator >::Alloc_type | Alloc_type |
Protected Member Functions | |
Type * | M_allocate (size_t n) |
void | M_deallocate (Type *__p, size_t n) |
Protected Attributes | |
Type * | M_start |
Type * | M_finish |
Type * | M_end_of_storage |
Definition at line 106 of file stl_vector.h.