#include <stl_rope.h>
Inheritance diagram for std::_Rope_iterator_base:


Public Types | |
| typedef _Alloc | _allocator_type |
| typedef _Rope_RopeRep< _CharT, _Alloc > | _RopeRep |
Public Methods | |
| size_t | index () const |
| _Rope_iterator_base (const _Rope_iterator_base &__x) | |
Protected Types | |
| enum | { _S_path_cache_len = 4 } |
| enum | { _S_iterator_buf_len = 15 } |
Protected Methods | |
| _Rope_iterator_base () | |
| _Rope_iterator_base (_RopeRep *__root, size_t __pos) | |
| void | _M_incr (size_t __n) |
| void | _M_decr (size_t __n) |
Static Protected Methods | |
| void | _S_setbuf (_Rope_iterator_base &__x) |
| void | _S_setcache (_Rope_iterator_base &__x) |
| void | _S_setcache_for_incr (_Rope_iterator_base &__x) |
Protected Attributes | |
| size_t | _M_current_pos |
| _RopeRep * | _M_root |
| size_t | _M_leaf_pos |
| __GC_CONST _CharT * | _M_buf_start |
| __GC_CONST _CharT * | _M_buf_ptr |
| __GC_CONST _CharT * | _M_buf_end |
| const _RopeRep * | _M_path_end [_S_path_cache_len] |
| int | _M_leaf_index |
| unsigned char | _M_path_directions |
| _CharT | _M_tmp_buf [_S_iterator_buf_len] |
Friends | |
| class | rope< _CharT, _Alloc > |
|
|||||
|
Definition at line 851 of file stl_rope.h. |
|
|||||
|
Reimplemented in std::_Rope_const_iterator< _CharT, _Alloc >. Definition at line 852 of file stl_rope.h. Referenced by std::_Rope_iterator_base< _CharT, _Alloc >::_S_setbuf(). |
|
|||||
|
Definition at line 855 of file stl_rope.h. |
|
|||||
|
Definition at line 856 of file stl_rope.h. |
|
|||||||||
|
Definition at line 898 of file stl_rope.h. |
|
||||||||||||||||
|
Definition at line 899 of file stl_rope.h. |
|
||||||||||
|
Definition at line 905 of file stl_rope.h. References std::_Rope_iterator_base< _CharT, _Alloc >::_M_current_pos. |
|
||||||||||
|
Definition at line 262 of file ropeimpl.h. References std::_Rope_iterator_base< _CharT, _Alloc >::_M_buf_ptr, std::_Rope_iterator_base< _CharT, _Alloc >::_M_buf_start, and std::_Rope_iterator_base< _CharT, _Alloc >::_M_current_pos. |
|
||||||||||
|
||||||||||
|
||||||||||
|
Definition at line 109 of file ropeimpl.h. References __stl_assert, std::_Rope_RopeConcatenation< _CharT, _Alloc >::_M_left, and std::_Rope_RopeConcatenation< _CharT, _Alloc >::_M_right. Referenced by std::_Rope_iterator< _CharT, _Alloc >::_Rope_iterator(). |
|
||||||||||
|
Definition at line 183 of file ropeimpl.h. References __stl_assert, std::_Rope_RopeConcatenation< _CharT, _Alloc >::_M_left, and std::_Rope_RopeConcatenation< _CharT, _Alloc >::_M_right. Referenced by std::_Rope_iterator_base< _CharT, _Alloc >::_M_incr(). |
|
|||||||||
|
Definition at line 904 of file stl_rope.h. Referenced by std::_Rope_rotate(). |
|
|||||
|
Reimplemented in std::_Rope_const_iterator< _CharT, _Alloc >, and std::_Rope_iterator< _CharT, _Alloc >. Definition at line 849 of file stl_rope.h. |
|
|||||
|
Definition at line 866 of file stl_rope.h. Referenced by std::_Rope_iterator_base< _CharT, _Alloc >::_M_incr(), and std::_Rope_iterator_base< _CharT, _Alloc >::_S_setbuf(). |
|
|||||
|
Definition at line 863 of file stl_rope.h. Referenced by std::_Rope_iterator< _CharT, _Alloc >::_M_check(), std::_Rope_iterator_base< _CharT, _Alloc >::_M_decr(), std::_Rope_iterator_base< _CharT, _Alloc >::_M_incr(), and std::_Rope_iterator_base< _CharT, _Alloc >::_S_setbuf(). |
|
|||||
|
Definition at line 860 of file stl_rope.h. Referenced by std::_Rope_iterator_base< _CharT, _Alloc >::_M_decr(), and std::_Rope_iterator_base< _CharT, _Alloc >::_S_setbuf(). |
|
|||||
|
|||||
|
Definition at line 873 of file stl_rope.h. Referenced by std::_Rope_iterator_base< _CharT, _Alloc >::_S_setbuf(). |
|
|||||
|
Definition at line 859 of file stl_rope.h. Referenced by std::_Rope_iterator_base< _CharT, _Alloc >::_S_setbuf(). |
|
|||||
|
Definition at line 876 of file stl_rope.h. |
|
|||||
|
Definition at line 872 of file stl_rope.h. Referenced by std::_Rope_iterator_base< _CharT, _Alloc >::_S_setbuf(). |
|
|||||
|
Definition at line 858 of file stl_rope.h. Referenced by std::_Rope_iterator< _CharT, _Alloc >::_M_check(), std::_Rope_iterator< _CharT, _Alloc >::_Rope_iterator(), std::operator!=(), std::operator+(), std::operator<(), std::operator==(), std::_Rope_const_iterator< _CharT, _Alloc >::operator[](), and std::_Rope_iterator< _CharT, _Alloc >::~_Rope_iterator(). |
|
|||||
|
Definition at line 881 of file stl_rope.h. Referenced by std::_Rope_iterator_base< _CharT, _Alloc >::_S_setbuf(). |
1.2.15