_Rope_const_iterator Class Reference

class _Rope_const_iterator : public _Rope_iterator_base

Inherits from

Public Member Functions
_Rope_const_iterator(const _RopeRep *, size_t)
_Rope_const_iterator()
_Rope_const_iterator(const _Self &)
_Rope_const_iterator(const _Rope_iterator< _CharT, _Alloc > &)
_Rope_const_iterator(const rope< _CharT, _Alloc > &, size_t)
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[](size_t)
Inherited Functions
_Rope_iterator_base::_M_decr(size_t)
_Rope_iterator_base::_M_incr(size_t)
_Rope_iterator_base::_Rope_iterator_base()
_Rope_iterator_base::_Rope_iterator_base(_RopeRep *,size_t)
_Rope_iterator_base::_Rope_iterator_base(const _Self &)
_Rope_iterator_base::_S_setbuf(_Rope_iterator_base< _CharT, _Alloc > &)
_Rope_iterator_base::_S_setcache(_Rope_iterator_base< _CharT, _Alloc > &)
_Rope_iterator_base::_S_setcache_for_incr(_Rope_iterator_base< _CharT, _Alloc > &)
_Rope_iterator_base::index()const
Inherited Enumerations
_Rope_iterator_base:@30
_Rope_iterator_base:@31
Public Member Type Definitions
typedef _Rope_RopeRep< _CharT, _Alloc > _RopeRep
typedef ptrdiff_t difference_type
typedef random_access_iterator_tag iterator_category
typedefconst _CharT * pointer
typedef_CharT reference
typedef_CharT value_type
Private Member Type Definitions
typedef _Rope_iterator_base< _CharT, _Alloc > _Base
typedef _Rope_const_iterator< _CharT, _Alloc > _Self
Inherited Attributes
_Rope_iterator_base::_M_buf_end
_Rope_iterator_base::_M_buf_ptr
_Rope_iterator_base::_M_buf_start
_Rope_iterator_base::_M_current_pos
_Rope_iterator_base::_M_data
_Rope_iterator_base::_M_leaf_index
_Rope_iterator_base::_M_leaf_pos
_Rope_iterator_base::_M_path_directions
_Rope_iterator_base::_M_path_end
_Rope_iterator_base::_M_root
_Rope_iterator_base::_M_tmp_buf

Constructor & Destructor Documentation

_Rope_const_iterator(const _RopeRep *, size_t)

_Rope_const_iterator(const _RopeRep *__root,
size_t__pos
)[inline]

Parameters

const _RopeRep * __root
size_t __pos

_Rope_const_iterator()

_Rope_const_iterator()[inline]

_Rope_const_iterator(const _Self &)

_Rope_const_iterator(const _Self &__x)[inline]

Parameters

const _Self & __x

_Rope_const_iterator(const _Rope_iterator< _CharT, _Alloc > &)

_Rope_const_iterator(const _Rope_iterator< _CharT, _Alloc > &__x)[inline]

Parameters

const _Rope_iterator< _CharT, _Alloc > & __x

_Rope_const_iterator(const rope< _CharT, _Alloc > &, size_t)

_Rope_const_iterator(const rope< _CharT, _Alloc > &__r,
size_t__pos
)[inline]

Parameters

const rope< _CharT, _Alloc > & __r
size_t __pos

Member Functions Documentation

operator*()

reference operator*()[inline]

operator++()

_Self &operator++()[inline]

operator++(int)

_Self operator++(int)[inline]

Parameters

int

operator+=(ptrdiff_t)

_Self &operator+=(ptrdiff_t__n)[inline]

Parameters

ptrdiff_t __n

operator--()

_Self &operator--()[inline]

operator--(int)

_Self operator--(int)[inline]

Parameters

int

operator-=(ptrdiff_t)

_Self &operator-=(ptrdiff_t__n)[inline]

Parameters

ptrdiff_t __n

operator=(const _Self &)

_Self &operator=(const _Self &__x)[inline]

Parameters

const _Self & __x

operator[](size_t)

reference operator[](size_t__n)[inline]

Parameters

size_t __n

Member Type Definitions Documentation

Typedef _Base

typedef _Rope_iterator_base< _CharT, _Alloc >_Base[private]

Typedef _RopeRep

typedef _Rope_RopeRep< _CharT, _Alloc >_RopeRep

Typedef _Self

typedef _Rope_const_iterator< _CharT, _Alloc >_Self[private]

Typedef difference_type

typedef ptrdiff_t difference_type

Typedef iterator_category

typedef random_access_iterator_tag iterator_category

Typedef pointer

typedef const _CharT *pointer

Typedef reference

typedef _CharTreference

Typedef value_type

typedef _CharTvalue_type