Searched refs:traits_ptr (Results 1 – 3 of 3) sorted by relevance
68 …EINLINE explicit slist_iterator(const node_ptr & nodeptr, const const_value_traits_ptr &traits_ptr) in slist_iterator() argument69 : members_(nodeptr, traits_ptr) in slist_iterator()
66 …CEINLINE explicit list_iterator(const node_ptr & nodeptr, const const_value_traits_ptr &traits_ptr) in list_iterator() argument67 : members_(nodeptr, traits_ptr) in list_iterator()
74 …CEINLINE explicit tree_iterator(const node_ptr & nodeptr, const const_value_traits_ptr &traits_ptr) in tree_iterator() argument75 : members_(nodeptr, traits_ptr) in tree_iterator()