libstdc++
|
Inherits std::_Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >.
Public Types | |
typedef _Rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc > | _Base |
typedef _Base::allocator_type | allocator_type |
typedef _Rb_tree_const_iterator< value_type > | const_iterator |
typedef const value_type * | const_pointer |
typedef const value_type & | const_reference |
typedef std::reverse_iterator< const_iterator > | const_reverse_iterator |
typedef ptrdiff_t | difference_type |
typedef _Rb_tree_iterator< value_type > | iterator |
typedef _Key | key_type |
typedef value_type * | pointer |
typedef value_type & | reference |
typedef std::reverse_iterator< iterator > | reverse_iterator |
typedef size_t | size_type |
typedef _Val | value_type |
Public Member Functions | |
rb_tree (const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type()) | |
bool | __rb_verify () const |
template<typename _Iterator > | |
void | _M_assign_equal (_Iterator, _Iterator) |
template<typename _Iterator > | |
void | _M_assign_unique (_Iterator, _Iterator) |
template<typename _Kt , typename _Req = typename __has_is_transparent<_Compare, _Kt>::type> | |
size_type | _M_count_tr (const _Kt &__k) const |
template<typename... _Args> | |
iterator | _M_emplace_equal (_Args &&... __args) |
template<typename... _Args> | |
iterator | _M_emplace_hint_equal (const_iterator __pos, _Args &&... __args) |
template<typename... _Args> | |
iterator | _M_emplace_hint_unique (const_iterator __pos, _Args &&... __args) |
template<typename... _Args> | |
pair< iterator, bool > | _M_emplace_unique (_Args &&... __args) |
template<typename... _Args> | |
pair< typename _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::iterator, bool > | _M_emplace_unique (_Args &&... __args) |
template<typename _Kt , typename _Req = typename __has_is_transparent<_Compare, _Kt>::type> | |
pair< iterator, iterator > | _M_equal_range_tr (const _Kt &__k) |
template<typename _Kt , typename _Req = typename __has_is_transparent<_Compare, _Kt>::type> | |
pair< const_iterator, const_iterator > | _M_equal_range_tr (const _Kt &__k) const |
template<typename _Kt , typename _Req = typename __has_is_transparent<_Compare, _Kt>::type> | |
iterator | _M_find_tr (const _Kt &__k) |
template<typename _Kt , typename _Req = typename __has_is_transparent<_Compare, _Kt>::type> | |
const_iterator | _M_find_tr (const _Kt &__k) const |
pair< _Base_ptr, _Base_ptr > | _M_get_insert_equal_pos (const key_type &__k) |
pair< _Base_ptr, _Base_ptr > | _M_get_insert_hint_equal_pos (const_iterator __pos, const key_type &__k) |
pair< _Base_ptr, _Base_ptr > | _M_get_insert_hint_unique_pos (const_iterator __pos, const key_type &__k) |
pair< _Base_ptr, _Base_ptr > | _M_get_insert_unique_pos (const key_type &__k) |
const _Node_allocator & | _M_get_Node_allocator () const noexcept |
_Node_allocator & | _M_get_Node_allocator () noexcept |
template<typename _Arg > | |
iterator | _M_insert_equal (_Arg &&__x) |
template<class _II > | |
void | _M_insert_equal (_II __first, _II __last) |
template<typename _InputIterator > | |
void | _M_insert_equal (_InputIterator __first, _InputIterator __last) |
template<typename _Arg > | |
iterator | _M_insert_equal_ (const_iterator __pos, _Arg &&__x) |
template<typename _Arg , typename _NodeGen > | |
iterator | _M_insert_equal_ (const_iterator __pos, _Arg &&__x, _NodeGen &) |
template<typename _Arg > | |
pair< typename _Rb_tree< _Key, _Val, _KeyOfValue, _Compare, _Alloc >::iterator, bool > | _M_insert_unique (_Arg &&__v) |
template<typename _Arg > | |
pair< iterator, bool > | _M_insert_unique (_Arg &&__x) |
template<class _II > | |
void | _M_insert_unique (_II __first, _II __last) |
template<typename _InputIterator > | |
void | _M_insert_unique (_InputIterator __first, _InputIterator __last) |
template<typename _Arg > | |
iterator | _M_insert_unique_ (const_iterator __pos, _Arg &&__x) |
template<typename _Arg , typename _NodeGen > | |
iterator | _M_insert_unique_ (const_iterator __pos, _Arg &&__x, _NodeGen &) |
template<typename _Kt , typename _Req = typename __has_is_transparent<_Compare, _Kt>::type> | |
iterator | _M_lower_bound_tr (const _Kt &__k) |
template<typename _Kt , typename _Req = typename __has_is_transparent<_Compare, _Kt>::type> | |
const_iterator | _M_lower_bound_tr (const _Kt &__k) const |
template<typename _Kt , typename _Req = typename __has_is_transparent<_Compare, _Kt>::type> | |
iterator | _M_upper_bound_tr (const _Kt &__k) |
template<typename _Kt , typename _Req = typename __has_is_transparent<_Compare, _Kt>::type> | |
const_iterator | _M_upper_bound_tr (const _Kt &__k) const |
const_iterator | begin () const noexcept |
iterator | begin () noexcept |
void | clear () noexcept |
size_type | count (const key_type &__k) const |
bool | empty () const noexcept |
const_iterator | end () const noexcept |
iterator | end () noexcept |
pair< iterator, iterator > | equal_range (const key_type &__k) |
pair< const_iterator, const_iterator > | equal_range (const key_type &__k) const |
size_type | erase (const key_type &__x) |
void | erase (const key_type *__first, const key_type *__last) |
_GLIBCXX_ABI_TAG_CXX11 iterator | erase (const_iterator __first, const_iterator __last) |
_GLIBCXX_ABI_TAG_CXX11 iterator | erase (const_iterator __position) |
_GLIBCXX_ABI_TAG_CXX11 iterator | erase (iterator __position) |
iterator | find (const key_type &__k) |
const_iterator | find (const key_type &__k) const |
allocator_type | get_allocator () const noexcept |
_Compare | key_comp () const |
iterator | lower_bound (const key_type &__k) |
const_iterator | lower_bound (const key_type &__k) const |
size_type | max_size () const noexcept |
const_reverse_iterator | rbegin () const noexcept |
reverse_iterator | rbegin () noexcept |
const_reverse_iterator | rend () const noexcept |
reverse_iterator | rend () noexcept |
size_type | size () const noexcept |
void | swap (_Rb_tree &__t) noexcept(/*conditional */) |
iterator | upper_bound (const key_type &__k) |
const_iterator | upper_bound (const key_type &__k) const |
Protected Types | |
typedef _Rb_tree_node_base * | _Base_ptr |
typedef const _Rb_tree_node_base * | _Const_Base_ptr |
typedef const _Rb_tree_node< _Val > * | _Const_Link_type |
typedef _Rb_tree_node< _Val > * | _Link_type |
Protected Member Functions | |
_Const_Link_type | _M_begin () const noexcept |
_Link_type | _M_begin () noexcept |
template<typename _NodeGen > | |
_Link_type | _M_clone_node (_Const_Link_type __x, _NodeGen &__node_gen) |
template<typename... _Args> | |
void | _M_construct_node (_Link_type __node, _Args &&... __args) |
template<typename... _Args> | |
_Link_type | _M_create_node (_Args &&... __args) |
void | _M_destroy_node (_Link_type __p) noexcept |
void | _M_drop_node (_Link_type __p) noexcept |
_Const_Base_ptr | _M_end () const noexcept |
_Base_ptr | _M_end () noexcept |
_Link_type | _M_get_node () |
_Const_Base_ptr | _M_leftmost () const noexcept |
_Base_ptr & | _M_leftmost () noexcept |
void | _M_put_node (_Link_type __p) noexcept |
_Const_Base_ptr | _M_rightmost () const noexcept |
_Base_ptr & | _M_rightmost () noexcept |
_Const_Base_ptr | _M_root () const noexcept |
_Base_ptr & | _M_root () noexcept |
Static Protected Member Functions | |
static const _Key & | _S_key (_Const_Base_ptr __x) |
static const _Key & | _S_key (_Const_Link_type __x) |
static _Link_type | _S_left (_Base_ptr __x) noexcept |
static _Const_Link_type | _S_left (_Const_Base_ptr __x) noexcept |
static _Base_ptr | _S_maximum (_Base_ptr __x) noexcept |
static _Const_Base_ptr | _S_maximum (_Const_Base_ptr __x) noexcept |
static _Base_ptr | _S_minimum (_Base_ptr __x) noexcept |
static _Const_Base_ptr | _S_minimum (_Const_Base_ptr __x) noexcept |
static _Link_type | _S_right (_Base_ptr __x) noexcept |
static _Const_Link_type | _S_right (_Const_Base_ptr __x) noexcept |
static const_reference | _S_value (_Const_Base_ptr __x) |
static const_reference | _S_value (_Const_Link_type __x) |
Protected Attributes | |
_Rb_tree_impl< _Compare > | _M_impl |
This is an SGI extension.
typedef _Rb_tree<_Key, _Value, _KeyOfValue, _Compare, _Alloc> __gnu_cxx::rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >::_Base |
|
protectedinherited |
Definition at line 452 of file stl_tree.h.
|
protectedinherited |
Definition at line 453 of file stl_tree.h.
|
protectedinherited |
Definition at line 455 of file stl_tree.h.
|
protectedinherited |
Definition at line 454 of file stl_tree.h.
typedef _Base::allocator_type __gnu_cxx::rb_tree< _Key, _Value, _KeyOfValue, _Compare, _Alloc >::allocator_type |
|
inherited |
Definition at line 827 of file stl_tree.h.
|
inherited |
Definition at line 566 of file stl_tree.h.
|
inherited |
Definition at line 568 of file stl_tree.h.
|
inherited |
Definition at line 830 of file stl_tree.h.
|
inherited |
Definition at line 570 of file stl_tree.h.
|
inherited |
Definition at line 826 of file stl_tree.h.
|
inherited |
Definition at line 563 of file stl_tree.h.
|
inherited |
Definition at line 565 of file stl_tree.h.
|
inherited |
Definition at line 567 of file stl_tree.h.
|
inherited |
Definition at line 829 of file stl_tree.h.
|
inherited |
Definition at line 569 of file stl_tree.h.
|
inherited |
Definition at line 564 of file stl_tree.h.
|
inline |
|
inline |
|
inherited |
Definition at line 2583 of file stl_tree.h.
|
inherited |
Definition at line 1710 of file stl_tree.h.
|
inherited |
Definition at line 1697 of file stl_tree.h.
|
inlineprotectednoexceptinherited |
Definition at line 745 of file stl_tree.h.
|
inlineprotectednoexceptinherited |
Definition at line 741 of file stl_tree.h.
|
inlineprotectedinherited |
Definition at line 664 of file stl_tree.h.
|
inlineprotectedinherited |
Definition at line 621 of file stl_tree.h.
|
inlineinherited |
Definition at line 1257 of file stl_tree.h.
|
inlineprotectedinherited |
Definition at line 640 of file stl_tree.h.
|
inlineprotectednoexceptinherited |
Definition at line 648 of file stl_tree.h.
|
inlineprotectednoexceptinherited |
Definition at line 656 of file stl_tree.h.
|
inherited |
Definition at line 2397 of file stl_tree.h.
|
inherited |
Definition at line 2444 of file stl_tree.h.
|
inherited |
Definition at line 2418 of file stl_tree.h.
|
inherited |
Definition at line 2371 of file stl_tree.h.
|
inlineprotectednoexceptinherited |
Definition at line 756 of file stl_tree.h.
|
inlineprotectednoexceptinherited |
Definition at line 752 of file stl_tree.h.
|
inlineinherited |
Definition at line 1325 of file stl_tree.h.
|
inlineinherited |
Definition at line 1336 of file stl_tree.h.
|
inlineinherited |
Definition at line 1235 of file stl_tree.h.
|
inlineinherited |
Definition at line 1245 of file stl_tree.h.
|
inherited |
Definition at line 2083 of file stl_tree.h.
|
inherited |
Definition at line 2239 of file stl_tree.h.
|
inherited |
Definition at line 2153 of file stl_tree.h.
|
inherited |
Definition at line 2051 of file stl_tree.h.
|
inlineprotectedinherited |
Definition at line 587 of file stl_tree.h.
|
inlinenoexceptinherited |
Definition at line 578 of file stl_tree.h.
|
inlinenoexceptinherited |
Definition at line 574 of file stl_tree.h.
|
inherited |
Definition at line 2133 of file stl_tree.h.
|
inherited |
Definition at line 2482 of file stl_tree.h.
|
inlineinherited |
Definition at line 1058 of file stl_tree.h.
|
inherited |
Definition at line 2296 of file stl_tree.h.
|
inherited |
Definition at line 2105 of file stl_tree.h.
|
inherited |
Definition at line 2470 of file stl_tree.h.
|
inlineinherited |
Definition at line 1046 of file stl_tree.h.
|
inherited |
Definition at line 2214 of file stl_tree.h.
|
inlineprotectednoexceptinherited |
Definition at line 729 of file stl_tree.h.
|
inlineprotectednoexceptinherited |
Definition at line 725 of file stl_tree.h.
|
inlineinherited |
Definition at line 1267 of file stl_tree.h.
|
inlineinherited |
Definition at line 1277 of file stl_tree.h.
|
inlineprotectednoexceptinherited |
Definition at line 591 of file stl_tree.h.
|
inlineprotectednoexceptinherited |
Definition at line 737 of file stl_tree.h.
|
inlineprotectednoexceptinherited |
Definition at line 733 of file stl_tree.h.
|
inlineprotectednoexceptinherited |
Definition at line 721 of file stl_tree.h.
|
inlineprotectednoexceptinherited |
Definition at line 717 of file stl_tree.h.
|
inlineinherited |
Definition at line 1296 of file stl_tree.h.
|
inlineinherited |
Definition at line 1306 of file stl_tree.h.
|
inlinestaticprotectedinherited |
Definition at line 806 of file stl_tree.h.
|
inlinestaticprotectedinherited |
Definition at line 764 of file stl_tree.h.
|
inlinestaticprotectednoexceptinherited |
Definition at line 786 of file stl_tree.h.
|
inlinestaticprotectednoexceptinherited |
Definition at line 790 of file stl_tree.h.
|
inlinestaticprotectednoexceptinherited |
Definition at line 818 of file stl_tree.h.
|
inlinestaticprotectednoexceptinherited |
Definition at line 822 of file stl_tree.h.
|
inlinestaticprotectednoexceptinherited |
Definition at line 810 of file stl_tree.h.
|
inlinestaticprotectednoexceptinherited |
Definition at line 814 of file stl_tree.h.
|
inlinestaticprotectednoexceptinherited |
Definition at line 794 of file stl_tree.h.
|
inlinestaticprotectednoexceptinherited |
Definition at line 798 of file stl_tree.h.
|
inlinestaticprotectedinherited |
Definition at line 802 of file stl_tree.h.
|
inlinestaticprotectedinherited |
Definition at line 760 of file stl_tree.h.
|
inlinenoexceptinherited |
Definition at line 987 of file stl_tree.h.
|
inlinenoexceptinherited |
Definition at line 983 of file stl_tree.h.
|
inlinenoexceptinherited |
Definition at line 1192 of file stl_tree.h.
|
inherited |
Definition at line 2568 of file stl_tree.h.
|
inlinenoexceptinherited |
Definition at line 1015 of file stl_tree.h.
|
inlinenoexceptinherited |
Definition at line 995 of file stl_tree.h.
|
inlinenoexceptinherited |
Definition at line 991 of file stl_tree.h.
|
inherited |
Definition at line 1956 of file stl_tree.h.
|
inherited |
Definition at line 1988 of file stl_tree.h.
|
inherited |
Definition at line 2520 of file stl_tree.h.
|
inherited |
Definition at line 2532 of file stl_tree.h.
|
inlineinherited |
Definition at line 1174 of file stl_tree.h.
|
inlineinherited |
Definition at line 1131 of file stl_tree.h.
|
inlineinherited |
Definition at line 1143 of file stl_tree.h.
|
inherited |
Definition at line 2543 of file stl_tree.h.
|
inherited |
Definition at line 2556 of file stl_tree.h.
|
inlinenoexceptinherited |
Definition at line 582 of file stl_tree.h.
|
inlineinherited |
Definition at line 979 of file stl_tree.h.
|
inlineinherited |
Definition at line 1209 of file stl_tree.h.
|
inlineinherited |
Definition at line 1213 of file stl_tree.h.
|
inlinenoexceptinherited |
Definition at line 1023 of file stl_tree.h.
|
inlinenoexceptinherited |
Definition at line 1003 of file stl_tree.h.
|
inlinenoexceptinherited |
Definition at line 999 of file stl_tree.h.
|
inlinenoexceptinherited |
Definition at line 1011 of file stl_tree.h.
|
inlinenoexceptinherited |
Definition at line 1007 of file stl_tree.h.
|
inlinenoexceptinherited |
Definition at line 1019 of file stl_tree.h.
|
noexceptinherited |
Definition at line 2017 of file stl_tree.h.
|
inlineinherited |
Definition at line 1217 of file stl_tree.h.
|
inlineinherited |
Definition at line 1221 of file stl_tree.h.
|
protectedinherited |
Definition at line 713 of file stl_tree.h.