Definition at line 51 of file streambuf_iterator.h.
typedef _CharT char_type |
typedef _Distance difference_type [inherited] |
Distance between iterators is represented as this type.
Reimplemented in reverse_iterator.
Definition at line 113 of file stl_iterator_base_types.h.
typedef _Traits::int_type int_type |
typedef basic_istream<_CharT, _Traits> istream_type |
typedef _Category iterator_category [inherited] |
typedef _Pointer pointer [inherited] |
This type represents a pointer-to-value_type.
Reimplemented in _Bit_iterator, _Bit_const_iterator, reverse_iterator, _Rope_const_iterator, and _Rope_iterator.
Definition at line 115 of file stl_iterator_base_types.h.
typedef _Reference reference [inherited] |
This type represents a reference-to-value_type.
Reimplemented in _Bit_iterator, _Bit_const_iterator, reverse_iterator, _Rope_const_iterator, and _Rope_iterator.
Definition at line 117 of file stl_iterator_base_types.h.
typedef basic_streambuf<_CharT, _Traits> streambuf_type |
typedef _Traits traits_type |
typedef _Tp value_type [inherited] |
The type "pointed to" by the iterator.
Reimplemented in sequence_buffer.
Definition at line 111 of file stl_iterator_base_types.h.
istreambuf_iterator | ( | ) | throw () [inline] |
istreambuf_iterator | ( | istream_type & | __s | ) | throw () [inline] |
istreambuf_iterator | ( | streambuf_type * | __s | ) | throw () [inline] |
bool equal | ( | const istreambuf_iterator< _CharT, _Traits > & | __b | ) | const [inline] |
Return true both iterators are end or both are not end.
Definition at line 143 of file streambuf_iterator.h.
References istreambuf_iterator::_M_at_eof().
Referenced by std::operator!=(), and std::operator==().
char_type operator * | ( | ) | const [inline] |
istreambuf_iterator operator++ | ( | int | ) | [inline] |
Advance the iterator. Calls streambuf.sbumpc().
Definition at line 123 of file streambuf_iterator.h.
References istreambuf_iterator::_M_c, and basic_streambuf::sbumpc().
istreambuf_iterator& operator++ | ( | ) | [inline] |
Advance the iterator. Calls streambuf.sbumpc().
Definition at line 108 of file streambuf_iterator.h.
References basic_streambuf::sbumpc().