ostream_iterator Class Reference
#include
<stdapis/stlportv5/stl/_stream_iterator.h>
class ostream_iterator : public iterator< output_iterator_tag, void, void, void, void > |
Member Type Definition Documentation
Typedef char_type
Typedef iterator_category
typedef
output_iterator_tag
| iterator_category |
Typedef traits_type
typedef _Traits | traits_type |
Constructor & Destructor Documentation
ostream_iterator ( ostream_type & )
ostream_iterator ( ostream_type &, const _CharT * )
ostream_iterator | ( | ostream_type & | __s, |
| const _CharT * | __c |
| ) | [inline] |
Member Function Documentation
operator* ( )
_Self & | operator* | ( | ) | [inline] |
operator++ ( )
_Self & | operator++ | ( | ) | [inline] |
operator++ ( int )
_Self & | operator++ | ( | int | | ) | [inline] |
operator= ( const _TpP & )
_Self & | operator= | ( | const _TpP & | __val | ) | [inline] |