_Rope_iterator Class Reference
#include
<stdapis/stlportv5/stl/_rope.h>
class _Rope_iterator : public _Rope_iterator_base |
Member Type Definition Documentation
Typedef iterator_category
Member Attribute Documentation
_M_root_rope
rope< _CharT, _Alloc > * | _M_root_rope |
Constructor & Destructor Documentation
_Rope_iterator ( rope< _CharT, _Alloc > *, size_t )
_Rope_iterator | ( | rope< _CharT, _Alloc > * | __r, |
| size_t | __pos |
| ) | |
_Rope_iterator ( const _Self & )
_Rope_iterator | ( | const _Self & | __x | ) | [inline] |
_Rope_iterator ( rope< _CharT, _Alloc > &, size_t )
_Rope_iterator | ( | rope< _CharT, _Alloc > & | __r, |
| size_t | __pos |
| ) | |
~_Rope_iterator ( )
~_Rope_iterator | ( | ) | [inline] |
Member Function Documentation
container ( )
rope< _CharT, _Alloc > & | container | ( | ) | [inline] |
operator++ ( )
_Self & | operator++ | ( | ) | [inline] |
operator++ ( int )
_Self
| operator++ | ( | int | | ) | [inline] |
operator-- ( )
_Self & | operator-- | ( | ) | [inline] |
operator-- ( int )
_Self
| operator-- | ( | int | | ) | [inline] |
operator= ( const _Self & )