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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.