ostream_iterator< _TpP, _CharT, _Traits > Class Template Reference#include <_stream_iterator.h>
Inheritance diagram for ostream_iterator< _TpP, _CharT, _Traits >: ![]()
Detailed Descriptiontemplate<class _TpP, class _CharT = _STLP_DEFAULTCHAR, class _Traits = char_traits<_CharT>>
|
typedef _CharT ostream_iterator< _TpP, _CharT, _Traits >::char_type |
Definition at line 171 of file _stream_iterator.h.
typedef _Traits ostream_iterator< _TpP, _CharT, _Traits >::traits_type |
Definition at line 172 of file _stream_iterator.h.
typedef basic_ostream<_CharT, _Traits> ostream_iterator< _TpP, _CharT, _Traits >::ostream_type |
Definition at line 173 of file _stream_iterator.h.
typedef output_iterator_tag ostream_iterator< _TpP, _CharT, _Traits >::iterator_category |
Reimplemented from iterator< output_iterator_tag, void, void, void, void >.
Definition at line 175 of file _stream_iterator.h.
ostream_iterator< _TpP, _CharT, _Traits >::ostream_iterator | ( | ostream_type & | __s | ) | [inline] |
Definition at line 177 of file _stream_iterator.h.
ostream_iterator< _TpP, _CharT, _Traits >::ostream_iterator | ( | ostream_type & | __s, | |
const _CharT * | __c | |||
) | [inline] |
Definition at line 178 of file _stream_iterator.h.
_Self& ostream_iterator< _TpP, _CharT, _Traits >::operator= | ( | const _TpP & | __val | ) | [inline] |
Definition at line 180 of file _stream_iterator.h.
_Self& ostream_iterator< _TpP, _CharT, _Traits >::operator * | ( | ) | [inline] |
Definition at line 185 of file _stream_iterator.h.
_Self& ostream_iterator< _TpP, _CharT, _Traits >::operator++ | ( | ) | [inline] |
Definition at line 186 of file _stream_iterator.h.
_Self& ostream_iterator< _TpP, _CharT, _Traits >::operator++ | ( | int | ) | [inline] |
Definition at line 187 of file _stream_iterator.h.