_Deque_base Class Reference
#include
<stdapis/stlportv5/stl/_deque.h>
Member Type Definition Documentation
Member Attribute Documentation
allocator_type
_Alloc::allocator_type | allocator_type |
Member Enumeration Documentation
Enum anonymous
Enumerator | Value | Description |
---|
_S_initial_map_size | 8 | |
Constructor & Destructor Documentation
_Deque_base ( const allocator_type &, size_t )
_Deque_base ( const allocator_type & )
_Deque_base ( __move_source< _Self > )
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] |