Lines Matching refs:splaytree_impl

66 class splaytree_impl  class
106 BOOST_MOVABLE_BUT_NOT_COPYABLE(splaytree_impl)
115 splaytree_impl() in splaytree_impl() function in boost::intrusive::splaytree_impl
120 explicit splaytree_impl( const key_compare &cmp, const value_traits &v_traits = value_traits()) in splaytree_impl() function in boost::intrusive::splaytree_impl
126 splaytree_impl( bool unique, Iterator b, Iterator e in splaytree_impl() function in boost::intrusive::splaytree_impl
138 splaytree_impl(BOOST_RV_REF(splaytree_impl) x) in splaytree_impl() function in boost::intrusive::splaytree_impl
143 splaytree_impl& operator=(BOOST_RV_REF(splaytree_impl) x) in operator =()
144 { return static_cast<splaytree_impl&>(tree_type::operator=(BOOST_MOVE_BASE(tree_type, x))); } in operator =()
148 ~splaytree_impl();
196 static splaytree_impl &container_from_end_iterator(iterator end_iterator);
199 static const splaytree_impl &container_from_end_iterator(const_iterator end_iterator);
202 static splaytree_impl &container_from_iterator(iterator it);
205 static const splaytree_impl &container_from_iterator(const_iterator it);
220 void swap(splaytree_impl& other);
225 void clone_from(const splaytree_impl &src, Cloner cloner, Disposer disposer);
235 void clone_from(BOOST_RV_REF(splaytree_impl) src, Cloner cloner, Disposer disposer) in clone_from()
525 friend bool operator< (const splaytree_impl &x, const splaytree_impl &y);
527 friend bool operator==(const splaytree_impl &x, const splaytree_impl &y);
529 friend bool operator!= (const splaytree_impl &x, const splaytree_impl &y);
531 friend bool operator>(const splaytree_impl &x, const splaytree_impl &y);
533 friend bool operator<=(const splaytree_impl &x, const splaytree_impl &y);
535 friend bool operator>=(const splaytree_impl &x, const splaytree_impl &y);
537 friend void swap(splaytree_impl &x, splaytree_impl &y);
566 typedef splaytree_impl