Searched defs:any_rbtree_node_traits (Results 1 – 1 of 1) sorted by relevance
114 struct any_rbtree_node_traits struct116 typedef any_node<VoidPointer> node;117 typedef typename node::node_ptr node_ptr;118 typedef typename node::const_node_ptr const_node_ptr;120 typedef std::size_t color;122 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_parent(const const_node_ptr & n) in get_parent()125 BOOST_INTRUSIVE_FORCEINLINE static void set_parent(node_ptr n, node_ptr p) in set_parent()128 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_left(const const_node_ptr & n) in get_left()131 BOOST_INTRUSIVE_FORCEINLINE static void set_left(node_ptr n, node_ptr l) in set_left()134 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_right(const const_node_ptr & n) in get_right()[all …]