Home
last modified time | relevance | path

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

/reactos/sdk/include/c++/stlport/stl/
H A D_iterator_old.h43 iterator_category(const back_insert_iterator<_Container>&) { return output_iterator_tag(); } in iterator_category() function
46 iterator_category(const front_insert_iterator<_Container>&) { return output_iterator_tag(); } in iterator_category() function
49 iterator_category(const insert_iterator<_Container>&) { return output_iterator_tag(); } in iterator_category() function
71 typedef bidirectional_iterator_tag iterator_category; typedef
116 iterator_category(const reverse_bidirectional_iterator<_BidirectionalIterator, _Tp, Reference__, _D… in iterator_category() function
165 typedef random_access_iterator_tag iterator_category; typedef
224 iterator_category(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>&) in iterator_category() function
H A D_stream_iterator.h102 typedef input_iterator_tag iterator_category; typedef
175 typedef output_iterator_tag iterator_category; typedef
197 iterator_category(const ostream_iterator<_TpP>&) { return output_iterator_tag(); } in iterator_category() function
201 iterator_category(const ostream_iterator<_TpP, _CharT, _Traits>&) { return output_iterator_tag(); } in iterator_category() function
227 iterator_category(const istream_iterator< __ISI_TMPL_ARGUMENTS >&) in iterator_category() function
H A D_raw_storage_iter.h46 typedef output_iterator_tag iterator_category; typedef
72 inline output_iterator_tag iterator_category(const raw_storage_iterator<_ForwardIterator, _Tp>&) { … in iterator_category() function
H A D_iterator.h169 typedef output_iterator_tag iterator_category; typedef
199 typedef output_iterator_tag iterator_category; typedef
229 typedef output_iterator_tag iterator_category; typedef
H A D_ostreambuf_iterator.h50 typedef output_iterator_tag iterator_category; typedef
92 iterator_category(const ostreambuf_iterator<_CharT, _Traits>&) { return output_iterator_tag(); } in iterator_category() function
H A D_slist.h68 typedef forward_iterator_tag iterator_category; typedef
85 typedef forward_iterator_tag iterator_category; typedef
H A D_istreambuf_iterator.h55 typedef input_iterator_tag iterator_category; typedef
134 inline input_iterator_tag _STLP_CALL iterator_category(const istreambuf_iterator<_CharT, _Traits>&)… in iterator_category() function
H A D_list.h85 typedef bidirectional_iterator_tag iterator_category; typedef
108 typedef bidirectional_iterator_tag iterator_category; typedef
H A D_iterator_base.h60 typedef _Category iterator_category; typedef
H A D_deque.h91 typedef random_access_iterator_tag iterator_category; typedef
163 typedef random_access_iterator_tag iterator_category; typedef
H A D_hashtable.h117 typedef forward_iterator_tag iterator_category; typedef
H A D_tree.h138 typedef bidirectional_iterator_tag iterator_category; typedef
/reactos/sdk/include/c++/stlport/stl/debug/
H A D_vector.h48 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_VECTOR >&) in iterator_category() function
H A D_iterator.h135 typedef _Iterator_category iterator_category; typedef
216 typedef typename _Base::iterator_category iterator_category; typedef
439 iterator_category(const _STLP_PRIV _DBG_iter_base<_Container>&) { in iterator_category() function
H A D_deque.h46 inline random_access_iterator_tag iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_… in iterator_category() function
H A D_tree.h85 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_TREE >&) in iterator_category() function
H A D_hashtable.h85 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_HT >&) in iterator_category() function
H A D_list.h52 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_LIST >&) in iterator_category() function
H A D_slist.h46 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_SLIST >&) in iterator_category() function
H A D_string.h37 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_STRING >&) in iterator_category() function