akonadi/contact
AutoQPointer< T > Class Template Reference
#include <autoqpointer_p.h>
Inherits QPointer< T >.
Public Member Functions | |
AutoQPointer (const QPointer< T > &p) | |
AutoQPointer (T *p) | |
AutoQPointer< T > & | operator= (const AutoQPointer< T > &p) |
AutoQPointer< T > & | operator= (T *p) |
Detailed Description
template<class T>
class AutoQPointer< T >
class AutoQPointer< T >
A QPointer which when destructed, deletes the object it points to.
Definition at line 34 of file autoqpointer_p.h.
Constructor & Destructor Documentation
◆ AutoQPointer() [1/3]
template<class T >
|
inline |
Definition at line 37 of file autoqpointer_p.h.
◆ AutoQPointer() [2/3]
template<class T >
|
inline |
Definition at line 38 of file autoqpointer_p.h.
◆ AutoQPointer() [3/3]
template<class T >
|
inline |
Definition at line 39 of file autoqpointer_p.h.
◆ ~AutoQPointer()
template<class T >
|
inline |
Definition at line 40 of file autoqpointer_p.h.
Member Function Documentation
◆ operator=() [1/2]
template<class T >
|
inline |
Definition at line 41 of file autoqpointer_p.h.
◆ operator=() [2/2]
template<class T >
|
inline |
Definition at line 42 of file autoqpointer_p.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.