_Rope_const_iterator Class Reference
class _Rope_const_iterator : public _Rope_iterator_base
|
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]
|
_Rope_const_iterator(const _Rope_iterator< _CharT, _Alloc > &)
_Rope_const_iterator
|
(
|
const
_Rope_iterator
< _CharT, _Alloc > &
|
__x
|
)
|
[inline]
|
_Rope_const_iterator(const rope< _CharT, _Alloc > &, size_t)
_Rope_const_iterator
|
(
|
const
rope
< _CharT, _Alloc > &
|
__r,
|
|
size_t
|
__pos
|
|
)
|
[inline]
|
Member Functions Documentation
operator++()
_Self
&
|
operator++
|
(
|
)
|
[inline]
|
operator++(int)
_Self
|
operator++
|
(
|
int
|
|
)
|
[inline]
|
operator--()
_Self
&
|
operator--
|
(
|
)
|
[inline]
|
operator--(int)
_Self
|
operator--
|
(
|
int
|
|
)
|
[inline]
|
Member Type Definitions Documentation
Typedef _RopeRep
typedef
_Rope_RopeRep
< _CharT, _Alloc >
|
_RopeRep
|
Typedef iterator_category
Typedef pointer
typedef const _CharT *
|
pointer
|
Typedef value_type
typedef _CharT
|
value_type
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.