#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 &) |
typedef _Container | container_type |
typedef output_iterator_tag | iterator_category |
_Container * | container | [protected] |
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 | - |
_Self & | operator* | ( | ) | [inline] |
_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.
_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 | |
---|---|
- |
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 | - |
_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 | - |