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

Public Methods | |
| ~__rope_self_destruct_ptr () | |
| __rope_self_destruct_ptr () | |
| __rope_self_destruct_ptr (__rope_RopeBase< charT, Alloc > *p) | |
| __rope_RopeBase< charT, Alloc > & | operator * () |
| __rope_RopeBase< charT, Alloc > * | operator-> () |
| operator __rope_RopeBase () | |
| __rope_self_destruct_ptr & | operator= (__rope_RopeBase< charT, Alloc > *x) |
Public Attributes | |
| __rope_RopeBase< charT, Alloc > * | ptr |
|
|||||||||
|
Definition at line 510 of file stl_rope.h. References ptr, and __rope_RopeBase::unref.
00510 { __rope_RopeBase<charT,Alloc>::unref(ptr); }
|
|
|||||||||
|
Definition at line 514 of file stl_rope.h.
00514 {};
|
|
||||||||||
|
Definition at line 516 of file stl_rope.h. References ptr.
00516 : ptr(p) {} |
|
|||||||||
|
Definition at line 517 of file stl_rope.h. References ptr.
00517 { return *ptr; }
|
|
|||||||||
|
Definition at line 519 of file stl_rope.h. References ptr.
00519 { return ptr; }
|
|
|||||||||
|
Definition at line 518 of file stl_rope.h. References ptr.
00518 { return ptr; }
|
|
||||||||||
|
Definition at line 520 of file stl_rope.h. References ptr.
00521 { ptr = x; return *this; }
|
|
|||||
|
Definition at line 509 of file stl_rope.h. Referenced by __rope_self_destruct_ptr, operator *, operator __rope_RopeBase, operator->, operator=, and ~__rope_self_destruct_ptr. |
| Documentation generated on Thu May 2 15:03:21 2002 |
Generated with doxygen 1.2.12 by Dimitri van Heesch , 1997-2001 |