Searched defs:compact_avltree_node_traits_impl (Results 1 – 1 of 1) sorted by relevance
121 struct compact_avltree_node_traits_impl struct123 typedef compact_avltree_node<VoidPointer> node;124 typedef typename node::node_ptr node_ptr;125 typedef typename node::const_node_ptr const_node_ptr;126 typedef typename node::balance balance;128 typedef pointer_plus_bits<node_ptr, 2> ptr_bit;130 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_parent(const const_node_ptr & n) in get_parent()133 BOOST_INTRUSIVE_FORCEINLINE static void set_parent(node_ptr n, node_ptr p) in set_parent()136 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_left(const const_node_ptr & n) in get_left()139 BOOST_INTRUSIVE_FORCEINLINE static void set_left(node_ptr n, node_ptr l) in set_left()[all …]