ostream_iterator Class Reference

#include <stdapis/stlportv5/stl/_stream_iterator.h>

class ostream_iterator : public iterator< output_iterator_tag, void, void, void, void >
Public Member Type Definitions
typedef_CharT char_type
typedef output_iterator_tag iterator_category
typedef basic_ostream< _CharT, _Traits > ostream_type
typedef_Traits traits_type
Public Member Functions
ostream_iterator(ostream_type &)
ostream_iterator(ostream_type &, const _CharT *)
_Self &operator*()
_Self &operator++()
_Self &operator++(int)
_Self &operator=(const _TpP &)

Member Type Definition Documentation

Typedef char_type

typedef _CharTchar_type

Typedef iterator_category

typedef output_iterator_tag iterator_category

Typedef ostream_type

typedef basic_ostream< _CharT, _Traits >ostream_type

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Typedef traits_type

typedef _Traitstraits_type

Constructor & Destructor Documentation

ostream_iterator ( ostream_type & )

ostream_iterator(ostream_type &__s)[inline]

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]