ReactOS 0.4.16-dev-338-g34e76ad
|
#include <_tree.h>
Public Types | |
typedef _Rb_tree_node_base | _Node_base |
typedef _Rb_tree_node< _Tp > | _Node |
typedef _Alloc | allocator_type |
Public Member Functions | |
allocator_type | get_allocator () const |
Protected Member Functions | |
_Rb_tree_base (const allocator_type &__a) | |
_Rb_tree_base (__move_source< _Self > src) | |
void | _M_empty_initialize () |
void | _M_rebind (_Node_base *__static_node) |
Protected Attributes | |
_AllocProxy | _M_header |
Private Types | |
typedef _Rb_tree_base< _Tp, _Alloc > | _Self |
typedef _Alloc_traits< _Node, _Alloc >::allocator_type | _M_node_allocator_type |
typedef _STLP_alloc_proxy< _Node_base, _Node, _M_node_allocator_type > | _AllocProxy |
|
private |
|
private |
typedef _Rb_tree_node<_Tp> _Rb_tree_base< _Tp, _Alloc >::_Node |
typedef _Rb_tree_node_base _Rb_tree_base< _Tp, _Alloc >::_Node_base |
|
private |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
Definition at line 262 of file _tree.h.
Referenced by _Rb_tree_base< _Tp, _Alloc >::_Rb_tree_base().
|
inlineprotected |
Definition at line 270 of file _tree.h.
Referenced by _Rb_tree_base< _Tp, _Alloc >::_Rb_tree_base(), and _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::swap().
|
inline |
Definition at line 244 of file _tree.h.
Referenced by _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::get_allocator().
|
protected |
Definition at line 282 of file _tree.h.
Referenced by _Rb_tree_base< _Tp, _Alloc >::_M_empty_initialize(), _Rb_tree_base< _Tp, _Alloc >::_M_rebind(), _Rb_tree_base< _Tp, _Alloc >::_Rb_tree_base(), _Rb_tree_base< _Tp, _Alloc >::get_allocator(), and _Rb_tree< _Key, _Compare, _Value, _KeyOfValue, _Traits, >::swap().