KDECore
#include <QtCore/QExplicitlySharedDataPointer>
#include <QtCore/QAtomicPointer>
#include <kdemacros.h>
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
◆ KShared
typedef QSharedData KShared |
- Deprecated
- Use QSharedData instead.
Definition at line 38 of file ksharedptr.h.
Function Documentation
◆ operator!=()
template<class T>
Q_INLINE_TEMPLATE bool operator!= | ( | const T * | p, |
const KSharedPtr< T > & | o ) |
Definition at line 203 of file ksharedptr.h.
◆ operator==()
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-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.