KDECore
#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 > |
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 | ||
) |
Definition at line 203 of file ksharedptr.h.
template<class T >
Q_INLINE_TEMPLATE bool operator== | ( | const T * | p, |
const KSharedPtr< T > & | o | ||
) |
Definition at line 197 of file ksharedptr.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.