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

std::ostreambuf_iterator Class Template Reference

#include <sbuf_iter.h>

Inherits std::iterator< output_iterator_tag, _CharT, void, void, void >.

List of all members.

Public Types


Public Methods

template<typename _CharT, typename _Traits> class std::ostreambuf_iterator


Member Typedef Documentation

typedef _CharT char_type
 

typedef _Traits traits_type
 

typedef basic_streambuf<_CharT, _Traits> streambuf_type
 

typedef basic_ostream<_CharT, _Traits> ostream_type
 


Constructor & Destructor Documentation

ostreambuf_iterator ( ostream_type & __s ) throw () [inline]
 

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


Member Function Documentation

ostreambuf_iterator< _CharT, _Traits > & operator= ( _CharT __c ) [inline]
 

ostreambuf_iterator & operator * ( ) throw () [inline]
 

ostreambuf_iterator & operator++ ( int ) throw () [inline]
 

ostreambuf_iterator & operator++ ( ) throw () [inline]
 

bool failed ( ) const throw () [inline]
 


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