Searched refs:iterator_category (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/cpp/
H A Dstl_raw_storage_iter.h41 typedef output_iterator_tag iterator_category; typedef in class:raw_storage_iterator
68 iterator_category(const raw_storage_iterator<_ForwardIterator, _Tp>&) function
H A Dstl_iterator.h48 typedef input_iterator_tag iterator_category; typedef in struct:input_iterator
56 typedef output_iterator_tag iterator_category; typedef in struct:output_iterator
64 typedef forward_iterator_tag iterator_category; typedef in struct:forward_iterator
73 typedef bidirectional_iterator_tag iterator_category; typedef in struct:bidirectional_iterator
81 typedef random_access_iterator_tag iterator_category; typedef in struct:random_access_iterator
92 typedef _Category iterator_category; typedef in struct:iterator
104 typedef typename _Iterator::iterator_category iterator_category; typedef in struct:iterator_traits
113 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
122 typedef random_access_iterator_tag iterator_category; typedef in struct:iterator_traits
160 iterator_category(const _Iter& __i) { return __iterator_category(__i); } function
179 iterator_category(const input_iterator<_Tp, _Distance>&) function
182 inline output_iterator_tag iterator_category(const output_iterator&) function
187 iterator_category(const forward_iterator<_Tp, _Distance>&) function
192 iterator_category(const bidirectional_iterator<_Tp, _Distance>&) function
197 iterator_category(const random_access_iterator<_Tp, _Distance>&) function
201 inline random_access_iterator_tag iterator_category(const _Tp*) function
352 typedef output_iterator_tag iterator_category; typedef in class:back_insert_iterator
373 iterator_category(const back_insert_iterator<_Container>&) function
391 typedef output_iterator_tag iterator_category; typedef in class:front_insert_iterator
412 iterator_category(const front_insert_iterator<_Container>&) function
431 typedef output_iterator_tag iterator_category; typedef in class:insert_iterator
454 iterator_category(const insert_iterator<_Container>&) function
482 typedef bidirectional_iterator_tag iterator_category; typedef in class:reverse_bidirectional_iterator
524 iterator_category(const reverse_bidirectional_iterator<_BidirectionalIterator, function
576 iterator_category; typedef in class:reverse_iterator
689 typedef random_access_iterator_tag iterator_category; typedef in class:reverse_iterator
740 iterator_category(const reverse_iterator<_RandomAccessIterator, _Tp, function
824 typedef input_iterator_tag iterator_category; typedef in class:istream_iterator
851 iterator_category(const istream_iterator<_Tp, _Dist>&) function
880 typedef output_iterator_tag iterator_category; typedef in class:ostream_iterator
903 iterator_category(const ostream_iterator<_Tp>&) { function
[all...]
H A Diterator.h71 using __STD::iterator_category;
H A Dstl_algobase.h159 typedef typename iterator_traits<_InputIter>::iterator_category _Category;
254 typedef typename iterator_traits<_BidirectionalIter1>::iterator_category
H A Dstl_hashtable.h81 typedef forward_iterator_tag iterator_category; typedef in struct:_Hashtable_iterator
120 typedef forward_iterator_tag iterator_category; typedef in struct:_Hashtable_const_iterator
618 iterator_category(const _Hashtable_iterator<_Val,_Key,_HF,_ExK,_EqK,_All>&) function
642 iterator_category(const _Hashtable_const_iterator<_Val,_Key,_HF, function
H A Dstl_list.h55 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_List_iterator
101 iterator_category(const _List_iterator<_Tp, _Ref, _Ptr>&) function
H A Dstl_slist.h107 typedef forward_iterator_tag iterator_category; typedef in struct:_Slist_iterator_base
162 inline forward_iterator_tag iterator_category(const _Slist_iterator_base&) { function
H A Dstl_deque.h113 typedef random_access_iterator_tag iterator_category; typedef in struct:_Deque_iterator::_Deque_iterator
225 iterator_category(const _Deque_iterator<_Tp,_Ref,_Ptr,__bufsiz>&) { function in struct:_Deque_iterator
245 iterator_category(const _Deque_iterator<_Tp,_Ref,_Ptr>&) function in struct:_Deque_iterator
H A Dstl_tree.h105 typedef bidirectional_iterator_tag iterator_category; typedef in struct:_Rb_tree_base_iterator
200 iterator_category(const _Rb_tree_base_iterator&) { function

Completed in 87 milliseconds