istreambuf_iterator Class Reference
class istreambuf_iterator : public iterator< input_iterator_tag, _CharT, _Traits::off_type, _CharT *, _CharT & >
|
Constructor & Destructor Documentation
istreambuf_iterator(streambuf_type *)
istreambuf_iterator(basic_istream< _CharT, _Traits > &)
istreambuf_iterator
|
(
|
basic_istream
< _CharT, _Traits > &
|
__is
|
)
|
[inline]
|
Member Functions Documentation
_M_getc()
void
|
_M_getc
|
(
|
)
|
const [private, inline]
|
_M_init(streambuf_type *)
equal(const istreambuf_iterator< _CharT, _Traits > &)
Member Type Definitions Documentation
Typedef difference_type
typedef _Traits::off_type
|
difference_type
|
Typedef int_type
typedef _Traits::int_type
|
int_type
|
Typedef iterator_category
Typedef pointer
typedef const _CharT *
|
pointer
|
Typedef reference
typedef const _CharT &
|
reference
|
Typedef traits_type
typedef _Traits
|
traits_type
|
Typedef value_type
typedef _CharT
|
value_type
|
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.