Home
last modified time | relevance | path

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

/third_party/boost/libs/intrusive/example/
Ddoc_stateful_value_traits.cpp23 struct stateful_value_traits struct
34 stateful_value_traits(pointer ids, node_ptr node_array) in stateful_value_traits() argument
39 node_ptr to_node_ptr (value_type &value) const in to_node_ptr()
41 const_node_ptr to_node_ptr (const value_type &value) const in to_node_ptr()
43 pointer to_value_ptr(node_ptr n) const in to_value_ptr()
67 typedef list<identifier_t, value_traits<stateful_value_traits> > List; in main() argument
/third_party/boost/libs/intrusive/test/
Dstateful_value_traits_test.cpp42 struct stateful_value_traits struct
56 stateful_value_traits(pointer vals, node_ptr node_array) in stateful_value_traits() argument
77 typedef stateful_value_traits< MyClass, list_node_traits<void*> > list_traits; argument
/third_party/boost/boost/intrusive/detail/
Dslist_iterator.hpp44 static const bool stateful_value_traits = types_t::stateful_value_traits; member in boost::intrusive::slist_iterator
Dlist_iterator.hpp42 static const bool stateful_value_traits = types_t::stateful_value_traits; member in boost::intrusive::list_iterator
Dnode_to_value.hpp86 static const bool stateful_value_traits = is_stateful_value_traits<ValueTraits>::value; member
Dtree_iterator.hpp54 static const bool stateful_value_traits = types_t::stateful_value_traits; member in boost::intrusive::tree_iterator
Diiterator.hpp79 static const bool stateful_value_traits = member
/third_party/boost/boost/intrusive/
Dtreap.hpp144 static const bool stateful_value_traits = implementation_defined::stateful_value_traits; member in boost::intrusive::treap_impl
Dbstree.hpp102 static const bool stateful_value_traits = detail::is_stateful_value_traits<value_traits>::value; member
659 static const bool stateful_value_traits = detail::is_stateful_value_traits<value_traits>::value; member in boost::intrusive::bstree_impl
Dlist.hpp111 static const bool stateful_value_traits = detail::is_stateful_value_traits<value_traits>::value; member in boost::intrusive::list_impl
Dsgtree.hpp268 static const bool stateful_value_traits = implementation_defined::stateful_value_traits; member in boost::intrusive::sgtree_impl
Dslist.hpp147 static const bool stateful_value_traits = detail::is_stateful_value_traits<value_traits>::value; member in boost::intrusive::slist_impl
Dhashtable.hpp1404 static const bool stateful_value_traits = detail::is_stateful_value_traits<value_traits>::value; member
1722 static const bool stateful_value_traits = internal_type::stateful_value_traits; member in boost::intrusive::hashtable_impl