Public Types | |
typedef Alloc | allocator_type |
Public Member Functions | |
allocator_type | get_allocator () const |
Vector_base (const allocator_type &a) | |
Vector_base (size_t n, const allocator_type &a) | |
~Vector_base () | |
Type * | M_allocate (size_t n) |
void | M_deallocate (Type *__p, size_t n) |
Public Attributes | |
Vector_impl | M_impl |
Classes | |
struct | Vector_impl |
Definition at line 76 of file stl_vector.h.