Searched defs:any_list_node_traits (Results 1 – 1 of 1) sorted by relevance
46 struct any_list_node_traits struct48 typedef any_node<VoidPointer> node;49 typedef typename node::node_ptr node_ptr;50 typedef typename node::const_node_ptr const_node_ptr;52 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_next(const const_node_ptr & n) in get_next()55 BOOST_INTRUSIVE_FORCEINLINE static void set_next(node_ptr n, node_ptr next) in set_next()58 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_previous(const const_node_ptr & n) in get_previous()61 BOOST_INTRUSIVE_FORCEINLINE static void set_previous(node_ptr n, node_ptr prev) in set_previous()