Searched defs:istreambuf_iterator (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/src/
H A Dcompatibility.cc34 #define istreambuf_iterator istreambuf_iteratorXX macro
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dstreambuf_iterator.h49 class istreambuf_iterator class in inherits:iterator
95 istreambuf_iterator() throw() function in class:istreambuf_iterator
99 istreambuf_iterator(istream_type& __s) throw() function in class:istreambuf_iterator
103 istreambuf_iterator(streambuf_type* __s) throw() function in class:istreambuf_iterator
195 operator ==(const istreambuf_iterator<_CharT, _Traits>& __a, const istreambuf_iterator<_CharT, _Traits>& __b) argument
201 operator !=(const istreambuf_iterator<_CharT, _Traits>& __a, const istreambuf_iterator<_CharT, _Traits>& __b) argument
[all...]

Completed in 56 milliseconds