Home | History | Annotate | Download | only in bits

Lines Matching defs:istreambuf_iterator

42   // 24.5.3 Template class istreambuf_iterator
45 class istreambuf_iterator
63 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
69 __copy_move_a2(istreambuf_iterator<_CharT2>,
70 istreambuf_iterator<_CharT2>, _CharT2*);
74 istreambuf_iterator<_CharT2> >::__type
75 find(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
79 // 24.5.3 istreambuf_iterator
91 istreambuf_iterator() throw()
95 istreambuf_iterator(istream_type& __s) throw()
99 istreambuf_iterator(streambuf_type* __s) throw()
109 // Dereferencing a past-the-end istreambuf_iterator is a
119 istreambuf_iterator&
134 istreambuf_iterator
141 istreambuf_iterator __old = *this;
151 // 110 istreambuf_iterator::equal not const
155 equal(const istreambuf_iterator& __b) const
187 operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
188 const istreambuf_iterator<_CharT, _Traits>& __b)
193 operator!=(const istreambuf_iterator<_CharT, _Traits>& __a,
194 const istreambuf_iterator<_CharT, _Traits>& __b)
215 copy(istreambuf_iterator<_CharT2>, istreambuf_iterator<_CharT2>,
276 copy(istreambuf_iterator<_CharT> __first,
277 istreambuf_iterator<_CharT> __last,
317 __copy_move_a2(istreambuf_iterator<_CharT> __first,
318 istreambuf_iterator<_CharT> __last, _CharT* __result)
320 typedef istreambuf_iterator<_CharT> __is_iterator_type;
351 istreambuf_iterator<_CharT> >::__type
352 find(istreambuf_iterator<_CharT> __first,
353 istreambuf_iterator<_CharT> __last, const _CharT& __val)
355 typedef istreambuf_iterator<_CharT> __is_iterator_type;