std::vector_base(3)
NAME
std::Vector_base
SYNOPSIS
Inherited by std::vector< Type, Alloc > [protected], and std::vector< unsigned int * > [protected]. 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
Detailed Description
- template<typename Type, typename Alloc> struct
- std::Vector_base< Type, Alloc >
- Definition at line 76 of file stl_vector.h.
Author
- Generated automatically by Doxygen for libstdc++-v3 Source
- from the source code.
- libstdc++-v3 Source 1 Jan 2007