_Rope_const_iterator Class Reference
#include
<stdapis/stlportv5/stl/_rope.h>
class _Rope_const_iterator : public _Rope_iterator_base |
Member Type Definition Documentation
Typedef iterator_category
Typedef pointer
typedef const _CharT * | pointer |
Constructor & Destructor Documentation
_Rope_const_iterator ( const _RopeRep *, size_t )
_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 Function Documentation
operator++ ( )
_Self & | operator++ | ( | ) | [inline] |
operator++ ( int )
_Self
| operator++ | ( | int | | ) | [inline] |
operator-- ( )
_Self & | operator-- | ( | ) | [inline] |
operator-- ( int )
_Self
| operator-- | ( | int | | ) | [inline] |
operator= ( const _Self & )