#include
<QtCore/qglobal.h>
Go to the source code of
this file.
Classes
|
| struct
|
QScopedPointerDeleter< T
> |
| struct
|
QScopedPointerArrayDeleter<
T > |
| struct
|
QScopedPointerPodDeleter |
| class
|
QScopedPointer< T, Cleanup
> |
| class
|
QScopedArrayPointer< T,
Cleanup > |
Functions
|
| template<class T , class
Cleanup > |
|
bool |
operator==
(const QScopedPointer< T, Cleanup
> &lhs, const QScopedPointer< T, Cleanup
> &rhs) |
| template<class T , class
Cleanup > |
|
bool |
operator!=
(const QScopedPointer< T, Cleanup
> &lhs, const QScopedPointer< T, Cleanup
> &rhs) |
| template<class T , class
Cleanup > |
|
Q_INLINE_TEMPLATE void |
qSwap
(QScopedPointer< T, Cleanup
> &p1, QScopedPointer< T, Cleanup
> &p2) |
Function Documentation