Searched defs:_Rope_const_iterator (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_rope.h98 template<class _CharT, class _Alloc> class _Rope_const_iterator;
871 class _Rope_const_iterator : public _Rope_iterator_base<_CharT,_Alloc> { class in inherits:_Rope_iterator_base
873 typedef _Rope_const_iterator<_CharT, _Alloc> _Self;
881 _Rope_const_iterator(const _RopeRep* __root, size_t __pos): function in class:_Rope_const_iterator
895 _Rope_const_iterator() {} function in class:_Rope_const_iterator
896 _Rope_const_iterator(const _Self& __x) : function in class:_Rope_const_iterator
898 _Rope_const_iterator(const _Rope_iterator<_CharT,_Alloc>& __x): function in class:_Rope_const_iterator
900 _Rope_const_iterator(const rope<_CharT,_Alloc>& __r, size_t __pos) : function in class:_Rope_const_iterator
953 return _Rope_const_iterator<_CharT,_Alloc>(this->_M_root, __old_pos);
961 return _Rope_const_iterator<_Char
1071 iterator_category(const _Rope_const_iterator<_CharT,_Alloc>&) argument
1073 value_type(const _Rope_const_iterator<_CharT,_Alloc>&) argument
1075 distance_type(const _Rope_const_iterator<_CharT,_Alloc>&) argument
2075 operator ==(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2082 operator <(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2089 operator !=(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2094 operator >(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2099 operator <=(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2104 operator >=(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2111 operator -(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2118 operator -(const _Rope_const_iterator<_CharT,_Alloc>& __x, ptrdiff_t __n) argument
2124 operator +(const _Rope_const_iterator<_CharT,_Alloc>& __x, ptrdiff_t __n) argument
2129 operator +(ptrdiff_t __n, const _Rope_const_iterator<_CharT,_Alloc>& __x) argument
[all...]

Completed in 329 milliseconds