Definition at line 191 of file streambuf_iterator.h.
typedef _CharT char_type |
typedef _Distance difference_type [inherited] |
Distance between iterators is represented as this type.
Reimplemented in reverse_iterator.
Definition at line 113 of file stl_iterator_base_types.h.
typedef _Category iterator_category [inherited] |
typedef basic_ostream<_CharT, _Traits> ostream_type |
typedef _Pointer pointer [inherited] |
This type represents a pointer-to-value_type.
Reimplemented in reverse_iterator.
Definition at line 115 of file stl_iterator_base_types.h.
typedef _Reference reference [inherited] |
This type represents a reference-to-value_type.
Reimplemented in reverse_iterator.
Definition at line 117 of file stl_iterator_base_types.h.
typedef basic_streambuf<_CharT, _Traits> streambuf_type |
typedef _Traits traits_type |
typedef _Tp value_type [inherited] |
ostreambuf_iterator | ( | ostream_type & | __s | ) | throw () [inline] |
ostreambuf_iterator | ( | streambuf_type * | __s | ) | throw () [inline] |
bool failed | ( | ) | const throw () [inline] |
ostreambuf_iterator& operator* | ( | ) | [inline] |
ostreambuf_iterator& operator++ | ( | ) | [inline] |
ostreambuf_iterator& operator++ | ( | int | ) | [inline] |
ostreambuf_iterator& operator= | ( | _CharT | __c | ) | [inline] |
Write character to streambuf. Calls streambuf.sputc().
Definition at line 219 of file streambuf_iterator.h.
References basic_streambuf::sputc().