#include <stl_rope.h>
Collaboration diagram for __rope_charT_ref_proxy:

Public Methods | |
| __rope_charT_ref_proxy (my_rope *r, size_t p) | |
| __rope_charT_ref_proxy (my_rope *r, size_t p, charT c) | |
| operator charT () const | |
| __rope_charT_ref_proxy & | operator= (charT c) |
| __rope_charT_ptr_proxy< charT, Alloc > | operator & () const |
| __rope_charT_ref_proxy & | operator= (const __rope_charT_ref_proxy &c) |
Private Types | |
| typedef __rope_self_destruct_ptr< charT, Alloc > | self_destruct_ptr |
| typedef __rope_RopeBase< charT, Alloc > | RopeBase |
| typedef rope< charT, Alloc > | my_rope |
Private Attributes | |
| size_t | pos |
| charT | current |
| bool | current_valid |
| my_rope * | root |
Friends | |
| class | rope< charT, Alloc > |
| class | __rope_iterator< charT, Alloc > |
| class | __rope_charT_ptr_proxy< charT, Alloc > |
|
|||||
|
Definition at line 541 of file stl_rope.h. |
|
|||||
|
Definition at line 540 of file stl_rope.h. |
|
|||||
|
Definition at line 538 of file stl_rope.h. |
|
||||||||||||||||
|
Definition at line 547 of file stl_rope.h. References current_valid, and pos.
00547 : 00548 pos(p), root(r), current_valid(false) {} __rope_charT_ref_proxy(my_rope * r, size_t p, |
|
||||||||||||||||||||
|
Definition at line 549 of file stl_rope.h. References current, current_valid, and pos.
00550 : 00551 pos(p), root(r), current(c), current_valid(true) {} operator charT () const; |
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
Definition at line 555 of file stl_rope.h. References operator=.
00555 {
00556 return operator=((charT)c);
00557 }
|
|
||||||||||
|
Referenced by operator=. |
|
|||||
|
Definition at line 534 of file stl_rope.h. |
|
|||||
|
Definition at line 533 of file stl_rope.h. |
|
|||||
|
Definition at line 532 of file stl_rope.h. |
|
|||||
|
Definition at line 543 of file stl_rope.h. Referenced by __rope_charT_ref_proxy. |
|
|||||
|
Definition at line 544 of file stl_rope.h. Referenced by __rope_charT_ref_proxy. |
|
|||||
|
Definition at line 542 of file stl_rope.h. Referenced by __rope_charT_ref_proxy. |
|
|||||
|
Definition at line 545 of file stl_rope.h. |
| Documentation generated on Thu May 2 15:03:17 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |