Searched defs:default_rbtree_node_traits_impl (Results 1 – 1 of 1) sorted by relevance
69 struct default_rbtree_node_traits_impl struct71 typedef rbtree_node<VoidPointer> node;72 typedef typename node::node_ptr node_ptr;73 typedef typename node::const_node_ptr const_node_ptr;75 typedef typename node::color color;77 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_parent(const const_node_ptr & n) in get_parent()80 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_parent(const node_ptr & n) in get_parent()83 BOOST_INTRUSIVE_FORCEINLINE static void set_parent(node_ptr n, node_ptr p) in set_parent()86 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_left(const const_node_ptr & n) in get_left()89 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_left(const node_ptr & n) in get_left()[all …]