Lines Matching refs:splaytree_impl

66 class splaytree_impl  class
106 BOOST_MOVABLE_BUT_NOT_COPYABLE(splaytree_impl)
115 explicit splaytree_impl( const key_compare &cmp = key_compare() in splaytree_impl() function in boost::intrusive::splaytree_impl
122 splaytree_impl( bool unique, Iterator b, Iterator e in splaytree_impl() function in boost::intrusive::splaytree_impl
134 splaytree_impl(BOOST_RV_REF(splaytree_impl) x) in splaytree_impl() function in boost::intrusive::splaytree_impl
139 splaytree_impl& operator=(BOOST_RV_REF(splaytree_impl) x) in operator =()
140 { return static_cast<splaytree_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
144 ~splaytree_impl();
183 static splaytree_impl &container_from_end_iterator(iterator end_iterator);
186 static const splaytree_impl &container_from_end_iterator(const_iterator end_iterator);
189 static splaytree_impl &container_from_iterator(iterator it);
192 static const splaytree_impl &container_from_iterator(const_iterator it);
207 void swap(splaytree_impl& other);
212 void clone_from(const splaytree_impl &src, Cloner cloner, Disposer disposer);
222 void clone_from(BOOST_RV_REF(splaytree_impl) src, Cloner cloner, Disposer disposer) in clone_from()
496 friend bool operator< (const splaytree_impl &x, const splaytree_impl &y);
498 friend bool operator==(const splaytree_impl &x, const splaytree_impl &y);
500 friend bool operator!= (const splaytree_impl &x, const splaytree_impl &y);
502 friend bool operator>(const splaytree_impl &x, const splaytree_impl &y);
504 friend bool operator<=(const splaytree_impl &x, const splaytree_impl &y);
506 friend bool operator>=(const splaytree_impl &x, const splaytree_impl &y);
508 friend void swap(splaytree_impl &x, splaytree_impl &y);
537 typedef splaytree_impl