#include <stl_vector.h>
Inheritance diagram for _GLIBCXX_STD::_Vector_base< _Tp, _Alloc >:

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 () | |
| _Tp * | _M_allocate (size_t __n) | 
| void | _M_deallocate (_Tp *__p, size_t __n) | 
Public Attributes | |
| _Vector_impl | _M_impl | 
      
  | 
  |||||
| 
 
 Reimplemented in _GLIBCXX_STD::vector< _Tp, _Alloc >, __gnu_debug_def::vector< _Tp, _Allocator >, and _GLIBCXX_STD::vector< _Tp, _Allocator >. Definition at line 89 of file stl_vector.h.  | 
  
      
  | 
  ||||||||||
| 
 
 Definition at line 94 of file stl_vector.h.  | 
  
      
  | 
  ||||||||||||||||
| 
 
 Definition at line 97 of file stl_vector.h.  | 
  
      
  | 
  |||||||||
| 
 
 Definition at line 105 of file stl_vector.h.  | 
  
      
  | 
  ||||||||||
      
  | 
  ||||||||||||||||
      
  | 
  |||||||||
| 
 
 Definition at line 92 of file stl_vector.h.  | 
  
      
  | 
  |||||
| 
 
 Definition at line 110 of file stl_vector.h. Referenced by _GLIBCXX_STD::vector< _Tp, _Allocator >::swap(), and _GLIBCXX_STD::vector< bool, _Alloc >::swap().  | 
  
 
1.3.6