ReactOS 0.4.16-dev-329-g9223134
|
#include <_rope.h>
Public Types | |
typedef _Rope_char_ptr_proxy< _CharT, _Alloc > | _Self |
Public Member Functions | |
_Rope_char_ptr_proxy (const _Rope_char_ref_proxy< _CharT, _Alloc > &__x) | |
_Rope_char_ptr_proxy (const _Self &__x) | |
_Rope_char_ptr_proxy () | |
_Rope_char_ptr_proxy (_CharT *__x) | |
_Self & | operator= (const _Self &__x) |
_Rope_char_ref_proxy< _CharT, _Alloc > | operator* () const |
Public Attributes | |
size_t | _M_pos |
rope< _CharT, _Alloc > * | _M_root |
Friends | |
class | _Rope_char_ref_proxy< _CharT, _Alloc > |
typedef _Rope_char_ptr_proxy<_CharT, _Alloc> _Rope_char_ptr_proxy< _CharT, _Alloc >::_Self |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 727 of file _rope.h.
|
inline |
|
inline |
Definition at line 717 of file _rope.h.
Referenced by _Rope_char_ptr_proxy< _CharT, _Alloc >::operator*().
Definition at line 719 of file _rope.h.
Referenced by _Rope_char_ptr_proxy< _CharT, _Alloc >::operator*(), _Rope_char_ptr_proxy< _CharT, _Alloc >::operator=(), and operator==().
rope<_CharT,_Alloc>* _Rope_char_ptr_proxy< _CharT, _Alloc >::_M_root |
Definition at line 720 of file _rope.h.
Referenced by _Rope_char_ptr_proxy< _CharT, _Alloc >::operator*(), _Rope_char_ptr_proxy< _CharT, _Alloc >::operator=(), and operator==().