Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
Dany_node_and_algorithms.hpp67 struct any_slist_node_traits struct
69 typedef any_node<VoidPointer> node;
70 typedef typename node::node_ptr node_ptr;
71 typedef typename node::const_node_ptr const_node_ptr;
73 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_next(const const_node_ptr & n) in get_next()
76 BOOST_INTRUSIVE_FORCEINLINE static void set_next(node_ptr n, node_ptr next) in set_next()