#include <stl_rope.h>
Collaboration diagram for std::_Rope_char_ref_proxy< _CharT, _Alloc >:
Public Methods | |
_Rope_char_ref_proxy (_My_rope *__r, size_t __p) | |
_Rope_char_ref_proxy (const _Rope_char_ref_proxy &__x) | |
_Rope_char_ref_proxy (_My_rope *__r, size_t __p, _CharT __c) | |
operator _CharT () const | |
_Rope_char_ref_proxy & | operator= (_CharT __c) |
_Rope_char_ptr_proxy< _CharT, _Alloc > | operator & () const |
_Rope_char_ref_proxy & | operator= (const _Rope_char_ref_proxy &__c) |
Private Types | |
typedef _Rope_self_destruct_ptr< _CharT, _Alloc > | _Self_destruct_ptr |
typedef _Rope_RopeRep< _CharT, _Alloc > | _RopeRep |
typedef rope< _CharT, _Alloc > | _My_rope |
Private Attributes | |
size_t | _M_pos |
_CharT | _M_current |
bool | _M_current_valid |
_My_rope * | _M_root |
Friends | |
class | rope< _CharT, _Alloc > |
class | _Rope_iterator< _CharT, _Alloc > |
class | _Rope_char_ptr_proxy< _CharT, _Alloc > |
|
Definition at line 775 of file stl_rope.h. |
|
Definition at line 774 of file stl_rope.h. |
|
Definition at line 772 of file stl_rope.h. |
|
Definition at line 781 of file stl_rope.h. |
|
Definition at line 783 of file stl_rope.h. References std::_Rope_char_ref_proxy< _CharT, _Alloc >::_M_current_valid, std::_Rope_char_ref_proxy< _CharT, _Alloc >::_M_pos, and std::_Rope_char_ref_proxy< _CharT, _Alloc >::_M_root. |
|
|
Definition at line 1363 of file ropeimpl.h. |
|
Definition at line 1353 of file ropeimpl.h. References std::_Rope_char_ref_proxy< _CharT, _Alloc >::_M_current. |
|
Definition at line 794 of file stl_rope.h. References std::_Rope_char_ref_proxy< _CharT, _Alloc >::operator=(). |
|
Definition at line 1321 of file ropeimpl.h. Referenced by std::_Rope_char_ref_proxy< _CharT, _Alloc >::operator=(). |
|
Definition at line 768 of file stl_rope.h. |
|
Definition at line 767 of file stl_rope.h. |
|
Definition at line 766 of file stl_rope.h. |
|
Definition at line 777 of file stl_rope.h. Referenced by std::_Rope_char_ref_proxy< _CharT, _Alloc >::_Rope_char_ref_proxy(), and std::_Rope_char_ref_proxy< _CharT, _Alloc >::operator _CharT(). |
|
Definition at line 778 of file stl_rope.h. Referenced by std::_Rope_char_ref_proxy< _CharT, _Alloc >::_Rope_char_ref_proxy(). |
|
Definition at line 776 of file stl_rope.h. Referenced by std::_Rope_char_ref_proxy< _CharT, _Alloc >::_Rope_char_ref_proxy(). |
|
Definition at line 779 of file stl_rope.h. Referenced by std::_Rope_char_ref_proxy< _CharT, _Alloc >::_Rope_char_ref_proxy(). |