#include </home/clem/local/src/opie/noncore/apps/tinykate/libkate/microkde/ksharedptr.h>
Inheritance diagram for KSharedPtr< T >:


Public Member Functions | |
| KSharedPtr () | |
| KSharedPtr (T *t) | |
| KSharedPtr (const KSharedPtr &p) | |
| ~KSharedPtr () | |
| KSharedPtr< T > & | operator= (const KSharedPtr< T > &p) |
| KSharedPtr< T > & | operator= (T *p) |
| bool | operator== (const KSharedPtr< T > &p) const |
| bool | operator!= (const KSharedPtr< T > &p) const |
| bool | operator== (const T *p) const |
| bool | operator!= (const T *p) const |
| bool | operator! () const |
| operator T * () const | |
| T * | data () |
| const T * | data () const |
| const T & | operator * () const |
| T & | operator * () |
| const T * | operator-> () const |
| T * | operator-> () |
| int | count () const |
Private Attributes | |
| T * | ptr |
KShared and KSharedPtr are preferred over QShared / QSharedPtr since they are more safe.
Definition at line 96 of file ksharedptr.h.
|
|||||||||
|
Definition at line 99 of file ksharedptr.h. |
|
||||||||||
|
Definition at line 101 of file ksharedptr.h. |
|
||||||||||
|
Definition at line 103 of file ksharedptr.h. |
|
|||||||||
|
Definition at line 106 of file ksharedptr.h. |
|
|||||||||
|
Definition at line 137 of file ksharedptr.h. |
|
|||||||||
|
Definition at line 130 of file ksharedptr.h. |
|
|||||||||
|
Definition at line 129 of file ksharedptr.h. Referenced by TextLine::unWrap(). |
|
|||||||||
|
Definition at line 133 of file ksharedptr.h. |
|
|||||||||
|
Definition at line 132 of file ksharedptr.h. |
|
|||||||||
|
Definition at line 127 of file ksharedptr.h. |
|
|||||||||
|
Definition at line 126 of file ksharedptr.h. |
|
||||||||||
|
Definition at line 125 of file ksharedptr.h. |
|
||||||||||
|
Definition at line 123 of file ksharedptr.h. |
|
|||||||||
|
Definition at line 135 of file ksharedptr.h. |
|
|||||||||
|
Definition at line 134 of file ksharedptr.h. |
|
||||||||||
|
Definition at line 115 of file ksharedptr.h. |
|
||||||||||
|
Definition at line 108 of file ksharedptr.h. |
|
||||||||||
|
Definition at line 124 of file ksharedptr.h. |
|
||||||||||
|
Definition at line 122 of file ksharedptr.h. |
|
|||||
1.4.2