|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <_rope.h>

Public Member Functions | |
| _Rope_char_ref_proxy (_My_rope *__r, size_t __p) | |
| _Rope_char_ref_proxy (const _Self &__x) | |
| _Rope_char_ref_proxy (_My_rope *__r, size_t __p, _CharT __c) | |
| operator _CharT () const | |
| _Self & | operator= (_CharT __c) |
| _Rope_char_ptr_proxy< _CharT, _Alloc > | operator& () const |
| _Self & | operator= (const _Self &__c) |
Private Types | |
| typedef _Rope_char_ref_proxy< _CharT, _Alloc > | _Self |
| 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 > |
|
private |
|
private |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 2362 of file _rope.h.
| _Rope_char_ptr_proxy< _CharT, _Alloc > _Rope_char_ref_proxy< _CharT, _Alloc >::operator& |
| _Rope_char_ref_proxy< _CharT, _Alloc > & _Rope_char_ref_proxy< _CharT, _Alloc >::operator= | ( | _CharT | __c | ) |
Definition at line 1269 of file _rope.c.
Referenced by _Rope_char_ref_proxy< _CharT, _Alloc >::operator=().
|
inline |
|
private |
|
private |
|
private |
|
private |