class _Rb_tree_base |
Public Member Functions | |
---|---|
allocator_type | get_allocator () |
Protected Member Functions | |
---|---|
_Rb_tree_base (const allocator_type &) | |
_Rb_tree_base ( __move_source < _Self >) | |
void | _M_empty_initialize () |
void | _M_rebind ( _Node_base *) |
Public Member Type Definitions | |
---|---|
typedef | _Rb_tree_node < _Tp > _Node |
typedef | _Rb_tree_node_base _Node_base |
typedef | _Alloc_traits < _Tp, _Alloc >:: allocator_type allocator_type |
Private Member Type Definitions | |
---|---|
typedef | _STLP_alloc_proxy < _Node_base , _Node , _M_node_allocator_type > _AllocProxy |
typedef | _Alloc_traits < _Node , _Alloc >:: allocator_type _M_node_allocator_type |
typedef | _Rb_tree_base < _Tp, _Alloc > _Self |
Protected Attributes | |
---|---|
_AllocProxy | _M_header |
_Rb_tree_base | ( | const allocator_type & | __a | ) | [protected, inline] |
const allocator_type & __a |
_Rb_tree_base | ( | __move_source < _Self > | src | ) | [protected, inline] |
__move_source < _Self > src |
void | _M_rebind | ( | _Node_base * | __static_node | ) | [protected, inline] |
_Node_base * __static_node |
typedef _STLP_alloc_proxy < _Node_base , _Node , _M_node_allocator_type > | _AllocProxy | [private] |
typedef _Alloc_traits < _Node , _Alloc >:: allocator_type | _M_node_allocator_type | [private] |
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.