kalarm/lib
AutoQPointer< T > Class Template Reference
#include <autoqpointer.h>
Inheritance diagram for AutoQPointer< T >:

Public Member Functions | |
| AutoQPointer () | |
| AutoQPointer (T *p) | |
| AutoQPointer (const QPointer< T > &p) | |
| ~AutoQPointer () | |
| AutoQPointer< T > & | operator= (const AutoQPointer< T > &p) |
| AutoQPointer< T > & | operator= (T *p) |
Public Member Functions inherited from QPointer< T > | |
| QPointer () | |
| QPointer (T *p) | |
| QPointer (const QPointer< T > &p) | |
| ~QPointer () | |
| T * | data () const |
| bool | isNull () const |
| operator T * () const | |
| T & | operator* () const |
| T * | operator-> () const |
| QPointer< T > & | operator= (const QPointer< T > &p) |
| QPointer< T > & | operator= (T *p) |
Detailed Description
template<class T>
class AutoQPointer< T >
A QPointer which when destructed, deletes the object it points to.
Definition at line 33 of file autoqpointer.h.
Constructor & Destructor Documentation
template<class T>
|
inline |
Definition at line 36 of file autoqpointer.h.
template<class T>
|
inline |
Definition at line 37 of file autoqpointer.h.
template<class T>
|
inline |
Definition at line 38 of file autoqpointer.h.
template<class T>
|
inline |
Definition at line 39 of file autoqpointer.h.
Member Function Documentation
template<class T>
|
inline |
Definition at line 40 of file autoqpointer.h.
template<class T>
|
inline |
Definition at line 41 of file autoqpointer.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:35:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:35:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from