Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::istreambuf_iterator Class Template Reference

#include <sbuf_iter.h>

Inheritance diagram for std::istreambuf_iterator:

Inheritance graph
[legend]
Collaboration diagram for std::istreambuf_iterator:

Collaboration graph
[legend]
List of all members.

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_typeoperator++ ()
bool equal (const __istreambufiter_type &__b)

Private Attributes

streambuf_type_M_sbuf
int_type _M_c

template<class _CharT, class _Traits> class std::istreambuf_iterator


Member Typedef Documentation

template<class _CharT, class _Traits>
typedef istreambuf_iterator<_CharT, _Traits> std::istreambuf_iterator<_CharT, _Traits>::__istreambufiter_type
 

Definition at line 107 of file sbuf_iter.h.

template<class _CharT, class _Traits>
typedef _CharT std::istreambuf_iterator<_CharT, _Traits>::char_type
 

Definition at line 101 of file sbuf_iter.h.

template<class _CharT, class _Traits>
typedef _Traits::int_type std::istreambuf_iterator<_CharT, _Traits>::int_type
 

Definition at line 103 of file sbuf_iter.h.

template<class _CharT, class _Traits>
typedef basic_istream<_CharT, _Traits> std::istreambuf_iterator<_CharT, _Traits>::istream_type
 

Definition at line 105 of file sbuf_iter.h.

template<class _CharT, class _Traits>
typedef basic_streambuf<_CharT, _Traits> std::istreambuf_iterator<_CharT, _Traits>::streambuf_type
 

Definition at line 104 of file sbuf_iter.h.

template<class _CharT, class _Traits>
typedef _Traits std::istreambuf_iterator<_CharT, _Traits>::traits_type
 

Definition at line 102 of file sbuf_iter.h.


Constructor & Destructor Documentation

template<class _CharT, class _Traits>
std::istreambuf_iterator<_CharT, _Traits>::istreambuf_iterator<_CharT, _Traits> ( ) throw () [inline]
 

Definition at line 109 of file sbuf_iter.h.

template<class _CharT, class _Traits>
std::istreambuf_iterator<_CharT, _Traits>::istreambuf_iterator<_CharT, _Traits> ( istream_type & __s ) throw () [inline]
 

Definition at line 112 of file sbuf_iter.h.

template<class _CharT, class _Traits>
std::istreambuf_iterator<_CharT, _Traits>::istreambuf_iterator<_CharT, _Traits> ( streambuf_type * __s ) throw () [inline]
 

Definition at line 115 of file sbuf_iter.h.


Member Function Documentation

template<class _CharT, class _Traits>
bool std::istreambuf_iterator<_CharT, _Traits>::equal ( const __istreambufiter_type & __b ) [inline]
 

Definition at line 158 of file sbuf_iter.h.

template<class _CharT, class _Traits>
char_type std::istreambuf_iterator<_CharT, _Traits>::operator * ( ) const [inline]
 

Definition at line 122 of file sbuf_iter.h.

template<class _CharT, class _Traits>
__istreambufiter_type & std::istreambuf_iterator<_CharT, _Traits>::operator++ ( ) [inline]
 

Definition at line 136 of file sbuf_iter.h.


Member Data Documentation

template<class _CharT, class _Traits>
int_type std::istreambuf_iterator<_CharT, _Traits>::_M_c [private]
 

Definition at line 190 of file sbuf_iter.h.

template<class _CharT, class _Traits>
streambuf_type* std::istreambuf_iterator<_CharT, _Traits>::_M_sbuf [private]
 

Definition at line 189 of file sbuf_iter.h.


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:18 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001