#include <stl_tree.h>
Inheritance diagram for std::_Rb_tree_alloc_base:
Public Types | |
typedef _Alloc_traits< _Tp, _Alloc >::allocator_type | allocator_type |
Public Methods | |
allocator_type | get_allocator () const |
_Rb_tree_alloc_base (const allocator_type &__a) | |
Protected Methods | |
_Rb_tree_node< _Tp > * | _M_get_node () |
void | _M_put_node (_Rb_tree_node< _Tp > *__p) |
Protected Attributes | |
_Alloc_traits< _Rb_tree_node< _Tp >, _Alloc >::allocator_type | _M_node_allocator |
_Rb_tree_node< _Tp > * | _M_header |
|
|
Definition at line 474 of file stl_tree.h. |
|
Definition at line 482 of file stl_tree.h. |
|
Definition at line 484 of file stl_tree.h. |
|
|
Definition at line 480 of file stl_tree.h. Referenced by std::_Rb_tree_alloc_base< _Tp, _Alloc, true >::_Rb_tree_alloc_base(), and std::_Rb_tree_alloc_base< value_type, _Alloc, _Alloc_traits< value_type, _Alloc >::_S_instanceless >::_Rb_tree_alloc_base(). |
|