Searched defs:any_tree_node_traits (Results 1 – 1 of 1) sorted by relevance
199 struct any_tree_node_traits struct201 typedef any_node<VoidPointer> node;202 typedef typename node::node_ptr node_ptr;203 typedef typename node::const_node_ptr const_node_ptr;205 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_parent(const const_node_ptr & n) in get_parent()208 BOOST_INTRUSIVE_FORCEINLINE static void set_parent(node_ptr n, node_ptr p) in set_parent()211 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_left(const const_node_ptr & n) in get_left()214 BOOST_INTRUSIVE_FORCEINLINE static void set_left(node_ptr n, node_ptr l) in set_left()217 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_right(const const_node_ptr & n) in get_right()220 BOOST_INTRUSIVE_FORCEINLINE static void set_right(node_ptr n, node_ptr r) in set_right()