|  |  | Whole document treeTemplatestd::_Deque_alloc_base class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members 
 std::_Deque_alloc_base< _Tp, _Alloc, __is_static >  Class Template Reference#include <stl_deque.h>
Inheritance diagram for std::_Deque_alloc_base:  [legend]Collaboration diagram for std::_Deque_alloc_base< _Tp, _Alloc, __is_static >:  [legend]List of all members. template<class _Tp, class _Alloc, bool __is_static>class std::_Deque_alloc_base< _Tp, _Alloc, __is_static >
 Member Typedef Documentation
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool __is_static> |  
          | typedef _Alloc_traits<_Tp*, _Alloc>::allocator_type std::_Deque_alloc_base< _Tp, _Alloc, __is_static >::_Map_allocator_type  [protected] |  |  
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool __is_static> |  
          | typedef _Alloc_traits<_Tp,_Alloc>::allocator_type std::_Deque_alloc_base< _Tp, _Alloc, __is_static >::allocator_type |  |  
 Constructor & Destructor Documentation
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool __is_static> |  
          | std::_Deque_alloc_base< _Tp, _Alloc, __is_static >::_Deque_alloc_base | ( | const allocator_type & | __a | ) |  [inline] |  |  
 Member Function Documentation
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool __is_static> |  
          | _Tp** std::_Deque_alloc_base< _Tp, _Alloc, __is_static >::_M_allocate_map | ( | size_t | __n | ) |  [inline, protected] |  |  
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool __is_static> |  
          | _Tp* std::_Deque_alloc_base< _Tp, _Alloc, __is_static >::_M_allocate_node | ( |  | ) |  [inline, protected] |  |  
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool __is_static> |  
          | void std::_Deque_alloc_base< _Tp, _Alloc, __is_static >::_M_deallocate_map | ( | _Tp ** | __p, |  
          |  |  | size_t | __n |  
          |  | ) |  [inline, protected] |  |  
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool __is_static> |  
          | void std::_Deque_alloc_base< _Tp, _Alloc, __is_static >::_M_deallocate_node | ( | _Tp * | __p | ) |  [inline, protected] |  |  
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool __is_static> |  
          | allocator_type std::_Deque_alloc_base< _Tp, _Alloc, __is_static >::get_allocator | ( |  | ) | const  [inline] |  |  
 Member Data Documentation
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool __is_static> |  
          | _Tp** std::_Deque_alloc_base< _Tp, _Alloc, __is_static >::_M_map  [protected] |  |  
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool __is_static> |  
          | _Map_allocator_type std::_Deque_alloc_base< _Tp, _Alloc, __is_static >::_M_map_allocator  [protected] |  |  
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool __is_static> |  
          | size_t std::_Deque_alloc_base< _Tp, _Alloc, __is_static >::_M_map_size  [protected] |  |  
 
  
    | 
        
          | template<class _Tp, class _Alloc, bool __is_static> |  
          | allocator_type std::_Deque_alloc_base< _Tp, _Alloc, __is_static >::_M_node_allocator  [protected] |  |  
  
    |  | 
 
Definition at line 251 of file stl_deque.h.
 
Referenced by std::_Deque_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >::_Deque_alloc_base(), std::_Deque_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >::_M_allocate_map(), and std::_Deque_alloc_base< _Tp, _Alloc, _Alloc_traits< _Tp, _Alloc >::_S_instanceless >::_M_deallocate_node().     |  The documentation for this class was generated from the following file:
 Generated on Mon Apr 8 03:17:10 2002 for libstdc++-v3 Source by
  1.2.15 |