_Rope_const_iterator< _CharT, _Alloc > Class Template Reference#include <_rope.h>
Inheritance diagram for _Rope_const_iterator< _CharT, _Alloc >: ![]()
Detailed Descriptiontemplate<class _CharT, class _Alloc>
|
typedef _Rope_RopeRep<_CharT,_Alloc> _Rope_const_iterator< _CharT, _Alloc >::_RopeRep |
typedef _CharT _Rope_const_iterator< _CharT, _Alloc >::reference |
typedef const _CharT* _Rope_const_iterator< _CharT, _Alloc >::pointer |
typedef _CharT _Rope_const_iterator< _CharT, _Alloc >::value_type |
typedef ptrdiff_t _Rope_const_iterator< _CharT, _Alloc >::difference_type |
typedef random_access_iterator_tag _Rope_const_iterator< _CharT, _Alloc >::iterator_category |
_Rope_const_iterator< _CharT, _Alloc >::_Rope_const_iterator | ( | const _RopeRep * | __root, | |
size_t | __pos | |||
) | [inline] |
_Rope_const_iterator< _CharT, _Alloc >::_Rope_const_iterator | ( | ) | [inline] |
_Rope_const_iterator< _CharT, _Alloc >::_Rope_const_iterator | ( | const _Self & | __x | ) | [inline] |
_Rope_const_iterator< _CharT, _Alloc >::_Rope_const_iterator | ( | const _Rope_iterator< _CharT, _Alloc > & | __x | ) | [inline] |
_Rope_const_iterator< _CharT, _Alloc >::_Rope_const_iterator | ( | const rope< _CharT, _Alloc > & | __r, | |
size_t | __pos | |||
) | [inline] |
_Self& _Rope_const_iterator< _CharT, _Alloc >::operator= | ( | const _Self & | __x | ) | [inline] |
Reimplemented from _Rope_iterator_base< _CharT, _Alloc >.
Definition at line 893 of file _rope.h.
References rope< _CharT, _Alloc >::operator=().
reference _Rope_const_iterator< _CharT, _Alloc >::operator * | ( | ) | [inline] |
Definition at line 897 of file _rope.h.
References _Rope_iterator_base< _CharT, _Alloc >::_M_buf_ptr, and _Rope_iterator_base< _CharT, _Alloc >::_S_setcache().
_Self& _Rope_const_iterator< _CharT, _Alloc >::operator++ | ( | ) | [inline] |
Definition at line 906 of file _rope.h.
References _Rope_iterator_base< _CharT, _Alloc >::_M_buf_ptr, _Rope_iterator_base< _CharT, _Alloc >::_M_current_pos, and _Rope_iterator_base< _CharT, _Alloc >::_M_incr().
_Self& _Rope_const_iterator< _CharT, _Alloc >::operator+= | ( | ptrdiff_t | __n | ) | [inline] |
Definition at line 916 of file _rope.h.
References _Rope_iterator_base< _CharT, _Alloc >::_M_decr(), and _Rope_iterator_base< _CharT, _Alloc >::_M_incr().
_Self& _Rope_const_iterator< _CharT, _Alloc >::operator-- | ( | ) | [inline] |
Definition at line 924 of file _rope.h.
References _Rope_iterator_base< _CharT, _Alloc >::_M_decr().
_Self& _Rope_const_iterator< _CharT, _Alloc >::operator-= | ( | ptrdiff_t | __n | ) | [inline] |
Definition at line 928 of file _rope.h.
References _Rope_iterator_base< _CharT, _Alloc >::_M_decr(), and _Rope_iterator_base< _CharT, _Alloc >::_M_incr().
_Self _Rope_const_iterator< _CharT, _Alloc >::operator++ | ( | int | ) | [inline] |
Definition at line 936 of file _rope.h.
References _Rope_iterator_base< _CharT, _Alloc >::_M_current_pos, _Rope_iterator_base< _CharT, _Alloc >::_M_incr(), and _Rope_iterator_base< _CharT, _Alloc >::_M_root.
_Self _Rope_const_iterator< _CharT, _Alloc >::operator-- | ( | int | ) | [inline] |
Definition at line 944 of file _rope.h.
References _Rope_iterator_base< _CharT, _Alloc >::_M_current_pos, _Rope_iterator_base< _CharT, _Alloc >::_M_decr(), and _Rope_iterator_base< _CharT, _Alloc >::_M_root.
_CharT _Rope_const_iterator< _CharT, _Alloc >::operator[] | ( | size_t | __n | ) | [inline] |
friend class rope< _CharT, _Alloc > [friend] |