Searched defs:any_avltree_node_traits (Results 1 – 1 of 1) sorted by relevance
155 struct any_avltree_node_traits struct157 typedef any_node<VoidPointer> node;158 typedef typename node::node_ptr node_ptr;159 typedef typename node::const_node_ptr const_node_ptr;161 typedef std::size_t balance;163 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_parent(const const_node_ptr & n) in get_parent()166 BOOST_INTRUSIVE_FORCEINLINE static void set_parent(node_ptr n, node_ptr p) in set_parent()169 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_left(const const_node_ptr & n) in get_left()172 BOOST_INTRUSIVE_FORCEINLINE static void set_left(node_ptr n, node_ptr l) in set_left()175 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_right(const const_node_ptr & n) in get_right()[all …]