#include <stl_tree.h>
Collaboration diagram for std::_Rb_tree_alloc_base< _Tp, _Alloc, true >:
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 &) | |
Protected Types | |
typedef _Alloc_traits< _Rb_tree_node< _Tp >, _Alloc >::_Alloc_type | _Alloc_type |
Protected Methods | |
_Rb_tree_node< _Tp > * | _M_get_node () |
void | _M_put_node (_Rb_tree_node< _Tp > *__p) |
Protected Attributes | |
_Rb_tree_node< _Tp > * | _M_header |
|
Definition at line 501 of file stl_tree.h. |
|
Definition at line 492 of file stl_tree.h. |
|
Definition at line 503 of file stl_tree.h. References allocate(). |
|
Definition at line 505 of file stl_tree.h. References deallocate(). |
|
Definition at line 495 of file stl_tree.h. References std::_Rb_tree_alloc_base< _Tp, _Alloc, _S_instanceless >::_M_header. |
|
Definition at line 493 of file stl_tree.h. References std::_Rb_tree_alloc_base< _Tp, _Alloc, _S_instanceless >::allocator_type. |
|
Definition at line 498 of file stl_tree.h. |