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 |
Definition at line 34 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 193 of file ksharedptr.h.
template<class T>
Q_INLINE_TEMPLATE bool operator== | ( | const T * | p, | |
const KSharedPtr< T > & | o | |||
) | [inline] |
Definition at line 187 of file ksharedptr.h.