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>

Inherits std::iterator< input_iterator_tag, _CharT, typename _Traits::off_type, _CharT *, _CharT &>.

List of all members.

Public Types


Public Methods

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


Member Typedef Documentation

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
 


Constructor & Destructor Documentation

istreambuf_iterator ( ) throw () [inline]
 

istreambuf_iterator ( istream_type & __s ) throw () [inline]
 

istreambuf_iterator ( streambuf_type * __s ) throw () [inline]
 


Member Function Documentation

char_type operator * ( ) const [inline]
 

__istreambufiter_type & operator++ ( ) [inline]
 

bool equal ( const __istreambufiter_type & __b ) [inline]
 


The documentation for this class was generated from the following file:
Generated at Fri Apr 6 15:54:34 2001 for libstdc++ by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001