/reactos/sdk/include/c++/stlport/stl/ |
H A D | _iterator_old.h | 43 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.h | 102 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.h | 46 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.h | 169 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.h | 50 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.h | 68 typedef forward_iterator_tag iterator_category; typedef 85 typedef forward_iterator_tag iterator_category; typedef
|
H A D | _istreambuf_iterator.h | 55 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.h | 85 typedef bidirectional_iterator_tag iterator_category; typedef 108 typedef bidirectional_iterator_tag iterator_category; typedef
|
H A D | _iterator_base.h | 60 typedef _Category iterator_category; typedef
|
H A D | _deque.h | 91 typedef random_access_iterator_tag iterator_category; typedef 163 typedef random_access_iterator_tag iterator_category; typedef
|
H A D | _hashtable.h | 117 typedef forward_iterator_tag iterator_category; typedef
|
H A D | _tree.h | 138 typedef bidirectional_iterator_tag iterator_category; typedef
|
/reactos/sdk/include/c++/stlport/stl/debug/ |
H A D | _vector.h | 48 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_VECTOR >&) in iterator_category() function
|
H A D | _iterator.h | 135 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.h | 46 inline random_access_iterator_tag iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_… in iterator_category() function
|
H A D | _tree.h | 85 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_TREE >&) in iterator_category() function
|
H A D | _hashtable.h | 85 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_HT >&) in iterator_category() function
|
H A D | _list.h | 52 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_LIST >&) in iterator_category() function
|
H A D | _slist.h | 46 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_SLIST >&) in iterator_category() function
|
H A D | _string.h | 37 iterator_category(const _STLP_PRIV _DBG_iter_base< _STLP_NON_DBG_STRING >&) in iterator_category() function
|