KDECore
ksharedptr.h File Reference
#include <QtCore/QExplicitlySharedDataPointer>#include <QtCore/QAtomicPointer>#include <kdemacros.h>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 |
- Deprecated:
- Use QSharedData instead.
Definition at line 38 of file ksharedptr.h.
Function Documentation
template<class T >
| Q_INLINE_TEMPLATE bool operator!= | ( | const T * | p, | |
| const KSharedPtr< T > & | o | |||
| ) | [inline] |
Definition at line 203 of file ksharedptr.h.
template<class T >
| Q_INLINE_TEMPLATE bool operator== | ( | const T * | p, | |
| const KSharedPtr< T > & | o | |||
| ) | [inline] |
Definition at line 197 of file ksharedptr.h.
KDE 4.3 API Reference