|
Public typedefs.
Definition at line 59 of file streambuf_iterator.h. |
|
Distance between iterators is represented as this type.
Definition at line 113 of file stl_iterator_base_types.h. |
|
One of the tag types.
Definition at line 109 of file stl_iterator_base_types.h. |
|
This type represents a pointer-to-value_type.
Definition at line 115 of file stl_iterator_base_types.h. |
|
This type represents a reference-to-value_type.
Definition at line 117 of file stl_iterator_base_types.h. |
|
The type "pointed to" by the iterator.
Definition at line 111 of file stl_iterator_base_types.h. |
|
Construct end of input stream iterator.
Definition at line 79 of file streambuf_iterator.h. |
|
Construct start of input stream iterator.
Definition at line 83 of file streambuf_iterator.h. |
|
Construct start of streambuf iterator.
Definition at line 87 of file streambuf_iterator.h. |
|
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(). |
|
operator*() on an end of stream is undefined.
Definition at line 94 of file streambuf_iterator.h. |
|
Advance the iterator. Calls streambuf.sbumpc().
Definition at line 123 of file streambuf_iterator.h. References istreambuf_iterator::_M_c, and basic_streambuf::sbumpc(). |
|
Advance the iterator. Calls streambuf.sbumpc().
Definition at line 108 of file streambuf_iterator.h. References basic_streambuf::sbumpc(). |