
Public Member Functions | |
| 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 RopeRopeRep< 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 792 of file rope.
1.5.1