#include <stl_rope.h>
Collaboration diagram for std::_Rope_char_ptr_proxy< _CharT, _Alloc >:
Public Methods | |
_Rope_char_ptr_proxy (const _Rope_char_ref_proxy< _CharT, _Alloc > &__x) | |
_Rope_char_ptr_proxy (const _Rope_char_ptr_proxy &__x) | |
_Rope_char_ptr_proxy () | |
_Rope_char_ptr_proxy (_CharT *__x) | |
_Rope_char_ptr_proxy & | operator= (const _Rope_char_ptr_proxy &__x) |
_Rope_char_ref_proxy< _CharT, _Alloc > | operator * () const |
Private Attributes | |
size_t | _M_pos |
rope< _CharT, _Alloc > * | _M_root |
Friends | |
class | _Rope_char_ref_proxy< _CharT, _Alloc > |
template<class _CharT2, class _Alloc2> bool | operator== (const _Rope_char_ptr_proxy< _CharT2, _Alloc2 > &__x, const _Rope_char_ptr_proxy< _CharT2, _Alloc2 > &__y) |
|
Definition at line 814 of file stl_rope.h. |
|
Definition at line 816 of file stl_rope.h. References std::_Rope_char_ptr_proxy< _CharT, _Alloc >::_M_pos. |
|
Definition at line 818 of file stl_rope.h. References std::_Rope_char_ptr_proxy< _CharT, _Alloc >::_M_pos. |
|
Definition at line 819 of file stl_rope.h. |
|
Definition at line 831 of file stl_rope.h. References std::_Rope_char_ptr_proxy< _CharT, _Alloc >::_M_pos. |
|
Definition at line 823 of file stl_rope.h. References std::_Rope_char_ptr_proxy< _CharT, _Alloc >::_M_pos, and std::_Rope_char_ptr_proxy< _CharT, _Alloc >::_M_root. |
|
Definition at line 810 of file stl_rope.h. |
|
|
|
Definition at line 811 of file stl_rope.h. Referenced by std::_Rope_char_ptr_proxy< _CharT, _Alloc >::_Rope_char_ptr_proxy(), std::_Rope_char_ptr_proxy< _CharT, _Alloc >::operator *(), std::_Rope_char_ptr_proxy< _CharT, _Alloc >::operator=(), and std::operator>(). |
|
Definition at line 812 of file stl_rope.h. Referenced by std::_Rope_char_ptr_proxy< _CharT, _Alloc >::operator=(), and std::operator>(). |