KDECore
ksharedptr.h File Reference
#include <QtCore/QExplicitlySharedDataPointer>#include <QtCore/QAtomicPointer>#include <kdemacros.h>
Include dependency graph for ksharedptr.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | KSharedPtr< T > |
| Can be used to control the lifetime of an object that has derived QSharedData. More... | |
Typedefs | |
| typedef QSharedData | KShared |
Functions | |
| template<class T > | |
| Q_INLINE_TEMPLATE bool | operator!= (const T *p, const KSharedPtr< T > &o) |
| template<class T > | |
| Q_INLINE_TEMPLATE bool | operator== (const T *p, const KSharedPtr< T > &o) |
Typedef Documentation
| typedef QSharedData KShared |
Function Documentation
template<class T >
| Q_INLINE_TEMPLATE bool operator!= | ( | const T * | p, | |
| const KSharedPtr< T > & | o | |||
| ) | [inline] |
Definition at line 197 of file ksharedptr.h.
template<class T >
| Q_INLINE_TEMPLATE bool operator== | ( | const T * | p, | |
| const KSharedPtr< T > & | o | |||
| ) | [inline] |
Definition at line 191 of file ksharedptr.h.
KDE 4.2 API Reference