#include <stdapis/stlportv5/stl/_rope.h>
class _Rope_iterator : public _Rope_iterator_base |
Public Member Type Definitions | |
---|---|
typedef | ptrdiff_t difference_type |
typedef | random_access_iterator_tag iterator_category |
typedef | _Rope_char_ref_proxy< _CharT, _Alloc > * pointer |
typedef | _Rope_char_ref_proxy< _CharT, _Alloc > reference |
typedef | _CharT value_type |
Public Attributes | |
---|---|
rope< _CharT, _Alloc > * | _M_root_rope |
Public Member Functions | |
---|---|
_Rope_iterator(rope< _CharT, _Alloc > *, size_t) | |
_Rope_iterator() | |
_Rope_iterator(const _Self &) | |
_Rope_iterator(rope< _CharT, _Alloc > &, size_t) | |
~_Rope_iterator() | |
void | _M_check() |
rope< _CharT, _Alloc > & | container() |
reference | operator*() |
_Self & | operator++() |
_Self | operator++(int) |
_Self & | operator+=(ptrdiff_t) |
_Self & | operator--() |
_Self | operator--(int) |
_Self & | operator-=(ptrdiff_t) |
_Self & | operator=(const _Self &) |
reference | operator[](ptrdiff_t) |
Inherited Enumerations | |
---|---|
_Rope_iterator_base:@42 | |
_Rope_iterator_base:@43 |
typedef ptrdiff_t | difference_type |
typedef random_access_iterator_tag | iterator_category |
typedef _Rope_char_ref_proxy< _CharT, _Alloc > * | pointer |
typedef _Rope_char_ref_proxy< _CharT, _Alloc > | reference |
typedef _CharT | value_type |
rope< _CharT, _Alloc > * | _M_root_rope |
_Rope_iterator | ( | ) | [inline] |
_Rope_iterator | ( | const _Self & | __x | ) | [inline] |
~_Rope_iterator | ( | ) | [inline] |
void | _M_check | ( | ) |
rope< _CharT, _Alloc > & | container | ( | ) | [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.