Searched refs:_Rb_tree (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/cpp/
H A Dstl_tree.h523 class _Rb_tree : protected _Rb_tree_base<_Value, _Alloc> { class in inherits:_Rb_tree_base
644 _Rb_tree() function in class:_Rb_tree
648 _Rb_tree(const _Compare& __comp) function in class:_Rb_tree
652 _Rb_tree(const _Compare& __comp, const allocator_type& __a) function in class:_Rb_tree
656 _Rb_tree(const _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __x) argument
670 ~_Rb_tree() { clear(); }
671 _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>&
672 operator=(const _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __x);
702 void swap(_Rb_tree<_Ke
762 operator ==(const _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __x, const _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __y) argument
772 operator <(const _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __x, const _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __y) argument
797 operator =(const _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __x) argument
[all...]
H A Dstl_multiset.h57 typedef _Rb_tree<key_type, value_type,
H A Dstl_set.h57 typedef _Rb_tree<key_type, value_type,
H A Dstl_map.h72 typedef _Rb_tree<key_type, value_type,
H A Dstl_multimap.h71 typedef _Rb_tree<key_type, value_type,

Completed in 175 milliseconds