_Deque_base Class Reference
#include
<stdapis/stlportv5/stl/_deque.h>
Member Type Definition Documentation
Typedef _Alloc_proxy
Typedef _Map_alloc_proxy
Typedef _Map_alloc_type
typedef
_Alloc_traits< _Tp *, _Alloc >::allocator_type | _Map_alloc_type |
Typedef const_iterator
Typedef iterator
Typedef value_type
Member Attribute Documentation
_M_finish
_M_map
_M_map_size
_M_start
allocator_type
_Alloc::allocator_type | allocator_type |
Member Enumeration Documentation
Enum anonymous
Constructor & Destructor Documentation
_Deque_base ( const allocator_type &, size_t )
_Deque_base | ( | const allocator_type & | __a, |
| size_t | __num_elements |
| ) | [inline] |
_Deque_base ( const allocator_type & )
_Deque_base | ( | const allocator_type & | __a | ) | [inline] |
_Deque_base ( __move_source< _Self > )
~_Deque_base ( )
Member Function Documentation
_M_create_nodes ( _Tp **, _Tp ** )
void | _M_create_nodes | ( | _Tp ** | __nstart, |
| _Tp ** | __nfinish |
| ) | [protected] |
_M_destroy_nodes ( _Tp **, _Tp ** )
void | _M_destroy_nodes | ( | _Tp ** | __nstart, |
| _Tp ** | __nfinish |
| ) | [protected] |
_M_initialize_map ( size_t )
void | _M_initialize_map | ( | size_t | | ) | [protected] |
_STLP_FORCE_ALLOCATORS ( _Tp, _Alloc )
_STLP_FORCE_ALLOCATORS | ( | _Tp | , |
| _Alloc | |
| ) | |
buffer_size ( )
size_t _STLP_CALL | buffer_size | ( | ) | [static, inline] |