class _Deque_base |
Public Member Functions | |
---|---|
_Deque_base (const allocator_type &, size_t ) | |
_Deque_base (const allocator_type &) | |
_Deque_base ( __move_source < _Self >) | |
~_Deque_base () | |
size_t _STLP_CALL | buffer_size () |
Protected Member Functions | |
---|---|
void | _M_create_nodes (_Tp **, _Tp **) |
void | _M_destroy_nodes (_Tp **, _Tp **) |
void | _M_initialize_map ( size_t ) |
Public Member Type Definitions | |
---|---|
typedef | _STLP_alloc_proxy < size_t , value_type , allocator_type > _Alloc_proxy |
typedef | _STLP_alloc_proxy < value_type **, value_type *, _Map_alloc_type > _Map_alloc_proxy |
typedef | _Alloc_traits < _Tp *, _Alloc >:: allocator_type _Map_alloc_type |
typedef | _Deque_iterator < _Tp, _Const_traits < _Tp > > const_iterator |
typedef | _Deque_iterator < _Tp, _Nonconst_traits < _Tp > > iterator |
typedef | _Tp value_type |
Private Member Type Definitions | |
---|---|
typedef | _Deque_base < _Tp, _Alloc > _Self |
Public Attributes | |
---|---|
_Alloc::allocator_type | allocator_type |
Protected Attributes | |
---|---|
iterator | _M_finish |
_Map_alloc_proxy | _M_map |
_Alloc_proxy | _M_map_size |
iterator | _M_start |
_Deque_base | ( | const allocator_type & | __a, |
size_t | __num_elements | ||
) | [inline] |
const allocator_type & __a | |
size_t __num_elements |
_Deque_base | ( | const allocator_type & | __a | ) | [inline] |
const allocator_type & __a |
_Deque_base | ( | __move_source < _Self > | src | ) | [inline] |
__move_source < _Self > src |
void | _M_create_nodes | ( | _Tp ** | __nstart, |
_Tp ** | __nfinish | |||
) | [protected] |
_Tp ** __nstart | |
_Tp ** __nfinish |
void | _M_destroy_nodes | ( | _Tp ** | __nstart, |
_Tp ** | __nfinish | |||
) | [protected] |
_Tp ** __nstart | |
_Tp ** __nfinish |
typedef _STLP_alloc_proxy < size_t , value_type , allocator_type > | _Alloc_proxy |
typedef _STLP_alloc_proxy < value_type **, value_type *, _Map_alloc_type > | _Map_alloc_proxy |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.