istreambuf_iterator Class Reference
#include
<stdapis/stlportv5/stl/_istreambuf_iterator.h>
class istreambuf_iterator : public iterator< input_iterator_tag, _CharT, _Traits::off_type, _CharT *, _CharT & > |
Member Type Definition Documentation
Typedef char_type
Typedef difference_type
typedef _Traits::off_type | difference_type |
Typedef int_type
typedef _Traits::int_type | int_type |
Typedef istream_type
Typedef iterator_category
typedef
input_iterator_tag
| iterator_category |
Typedef pointer
typedef const _CharT * | pointer |
Typedef reference
typedef const _CharT & | reference |
Typedef streambuf_type
Typedef traits_type
typedef _Traits | traits_type |
Typedef value_type
Constructor & Destructor Documentation
istreambuf_iterator ( streambuf_type * )
istreambuf_iterator ( basic_istream< _CharT, _Traits > & )
istreambuf_iterator | ( | basic_istream< _CharT, _Traits > & | __is | ) | [inline] |
Member Function Documentation
equal ( const istreambuf_iterator< _CharT, _Traits > & )