#include <stdapis/stlportv5/stl/_iterator.h>
class 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::iterator | _M_iter |
_Container * | container |
Public Member Functions | |
---|---|
insert_iterator(_Container &, typename _Container::iterator) | |
_Self & | operator*() |
_Self & | operator++() |
_Self & | operator++(int) |
_Self & | operator=(_Self const &) |
_Self & | operator=(const typename _Container::value_type &) |
typedef _Container | container_type |
typedef output_iterator_tag | iterator_category |
_Container::iterator | _M_iter | [protected] |
_Container * | container | [protected] |
insert_iterator | ( | _Container & | __x, |
typename _Container::iterator | __i | ||
) | [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.
//Changed from publishedAll 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.
//Changed from publishedAll 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.
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.
//Changed from publishedAll
Parameters | |
---|---|
__x | - |
__i | - |
_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.
//Changed from publishedAll 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.
//Changed from publishedAll 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.
//Changed from publishedAll 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 | - |