#include <stl_rope.h>
Inheritance diagram for std::_Rope_const_iterator:
Public Types | |
typedef _CharT | reference |
typedef const _CharT* | pointer |
Public Methods | |
_Rope_const_iterator () | |
_Rope_const_iterator (const _Rope_const_iterator &__x) | |
_Rope_const_iterator (const _Rope_iterator< _CharT, _Alloc > &__x) | |
_Rope_const_iterator (const rope< _CharT, _Alloc > &__r, size_t __pos) | |
_Rope_const_iterator& | operator= (const _Rope_const_iterator &__x) |
reference | operator * () |
_Rope_const_iterator& | operator++ () |
_Rope_const_iterator& | operator+= (ptrdiff_t __n) |
_Rope_const_iterator& | operator-- () |
_Rope_const_iterator& | operator-= (ptrdiff_t __n) |
_Rope_const_iterator | operator++ (int) |
_Rope_const_iterator | operator-- (int) |
reference | operator[] (size_t __n) |
Protected Types | |
typedef _Rope_RopeRep<_CharT, _Alloc> | _RopeRep |
Protected Methods | |
_Rope_const_iterator (const _RopeRep *__root, size_t __pos) | |
Friends | |
class | rope< _CharT, _Alloc > |
template<class _CharT2, class _Alloc2> _Rope_const_iterator<_CharT2, _Alloc2> | operator- (const _Rope_const_iterator< _CharT2, _Alloc2 > &__x, ptrdiff_t __n) |
template<class _CharT2, class _Alloc2> _Rope_const_iterator<_CharT2, _Alloc2> | operator+ (const _Rope_const_iterator< _CharT2, _Alloc2 > &__x, ptrdiff_t __n) |
template<class _CharT2, class _Alloc2> _Rope_const_iterator<_CharT2, _Alloc2> | operator+ (ptrdiff_t __n, const _Rope_const_iterator< _CharT2, _Alloc2 > &__x) |
template<class _CharT2, class _Alloc2> bool | operator== (const _Rope_const_iterator< _CharT2, _Alloc2 > &__x, const _Rope_const_iterator< _CharT2, _Alloc2 > &__y) |
bool | operator< (const _Rope_const_iterator< _CharT2, _Alloc2 > &__x, const _Rope_const_iterator< _CharT2, _Alloc2 > &__y) |
template<class _CharT2, class _Alloc2> ptrdiff_t | operator- (const _Rope_const_iterator< _CharT2, _Alloc2 > &__x, const _Rope_const_iterator< _CharT2, _Alloc2 > &__y) |
|
Reimplemented from std::_Rope_iterator_base. Definition at line 894 of file stl_rope.h. |
|
Reimplemented from std::random_access_iterator. Definition at line 905 of file stl_rope.h. |
|
Reimplemented from std::random_access_iterator. Definition at line 902 of file stl_rope.h. |
|
Definition at line 896 of file stl_rope.h. |
|
Definition at line 908 of file stl_rope.h. |
|
Definition at line 909 of file stl_rope.h. |
|
Definition at line 258 of file ropeimpl.h. |
|
Definition at line 912 of file stl_rope.h. |
|
Definition at line 924 of file stl_rope.h. |
|
Definition at line 958 of file stl_rope.h. |
|
Definition at line 928 of file stl_rope.h. |
|
Definition at line 938 of file stl_rope.h. |
|
Definition at line 966 of file stl_rope.h. |
|
Definition at line 946 of file stl_rope.h. |
|
Definition at line 950 of file stl_rope.h. |
|
Definition at line 914 of file stl_rope.h. |
|
Definition at line 983 of file stl_rope.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from std::_Rope_iterator_base. Definition at line 892 of file stl_rope.h. |