akonadi/contact
AutoQPointer< T > Class Template Reference
A QPointer which when destructed, deletes the object it points to. More...
#include <autoqpointer_p.h>
Inherits QPointer< T >.
Public Member Functions | |
AutoQPointer (const QPointer< T > &p) | |
AutoQPointer (T *p) | |
AutoQPointer< T > & | operator= (T *p) |
AutoQPointer< T > & | operator= (const AutoQPointer< T > &p) |
Detailed Description
template<class T>
class AutoQPointer< T >
A QPointer which when destructed, deletes the object it points to.
Definition at line 35 of file autoqpointer_p.h.
The documentation for this class was generated from the following file: