front_insert_iterator Class Reference

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

class front_insert_iterator : public iterator< output_iterator_tag, void, void, void, void >
Public Member Type Definitions
typedef_Container container_type
typedef output_iterator_tag iterator_category
Protected Attributes
_Container *container
Public Member Functions
front_insert_iterator(_Container &)
_Self &operator*()
_Self &operator++()
_Self operator++(int)
_Self &operator=(const _Self &)
_Self &operator=(const typename _Container::value_type &)

Member Type Definition Documentation

Typedef container_type

typedef _Containercontainer_type

Typedef iterator_category

typedef output_iterator_tag iterator_category

Member Attribute Documentation

container

_Container *container[protected]

Constructor & Destructor Documentation

front_insert_iterator ( _Container & )

front_insert_iterator(_Container &__x)[inline, explicit]

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.

Parameters
__x-
Return Value
-

Member Function Documentation

operator* ( )

_Self &operator*()[inline]

operator++ ( )

_Self &operator++()[inline]

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.

Return Value
-

operator++ ( int )

_Self operator++(int)[inline]

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.

Parameters
-
Return Value
-

operator= ( const _Self & )

_Self &operator=(const _Self &__other)[inline]

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.

Parameters
__other-
Return Value
-

operator= ( const typename _Container::value_type & )

_Self &operator=(const typename _Container::value_type &__val)[inline]

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.

Parameters
__val-
Return Value
-