Home
last modified time | relevance | path

Searched defs:default_avltree_node_traits_impl (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/intrusive/detail/
Davltree_node.hpp64 struct default_avltree_node_traits_impl struct
66 typedef avltree_node<VoidPointer> node;
67 typedef typename node::node_ptr node_ptr;
68 typedef typename node::const_node_ptr const_node_ptr;
70 typedef typename node::balance balance;
72 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_parent(const const_node_ptr & n) in get_parent()
75 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_parent(const node_ptr & n) in get_parent()
78 BOOST_INTRUSIVE_FORCEINLINE static void set_parent(node_ptr n, node_ptr p) in set_parent()
81 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_left(const const_node_ptr & n) in get_left()
84 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_left(const node_ptr & n) in get_left()
[all …]