#include <sbuf_iter.h>
Inheritance diagram for std::istreambuf_iterator:
Public Types | |
typedef _CharT | char_type |
typedef _Traits | traits_type |
typedef _Traits::int_type | int_type |
typedef basic_streambuf<_CharT, _Traits> | streambuf_type |
typedef basic_istream<_CharT, _Traits> | istream_type |
typedef istreambuf_iterator< _CharT, _Traits> | __istreambufiter_type |
Public Methods | |
istreambuf_iterator () throw () | |
istreambuf_iterator (istream_type &__s) throw () | |
istreambuf_iterator (streambuf_type *__s) throw () | |
char_type | operator * () const |
__istreambufiter_type& | operator++ () |
bool | equal (const __istreambufiter_type &__b) |
Private Attributes | |
streambuf_type* | _M_sbuf |
int_type | _M_c |
|
Definition at line 107 of file sbuf_iter.h. |
|
Definition at line 101 of file sbuf_iter.h. |
|
Definition at line 103 of file sbuf_iter.h. |
|
Definition at line 105 of file sbuf_iter.h. |
|
Definition at line 104 of file sbuf_iter.h. |
|
Definition at line 102 of file sbuf_iter.h. |
|
Definition at line 109 of file sbuf_iter.h. |
|
Definition at line 112 of file sbuf_iter.h. |
|
Definition at line 115 of file sbuf_iter.h. |
|
Definition at line 158 of file sbuf_iter.h. |
|
Definition at line 122 of file sbuf_iter.h. |
|
Definition at line 136 of file sbuf_iter.h. |
|
Definition at line 190 of file sbuf_iter.h. |
|
Definition at line 189 of file sbuf_iter.h. |