Qt 4.8
Static Public Functions | List of all members
QScopedPointerPodDeleter Struct Reference

#include <qscopedpointer.h>

Static Public Functions

static void cleanup (void *pointer)
 

Detailed Description

Definition at line 81 of file qscopedpointer.h.

Functions

◆ cleanup()

static void QScopedPointerPodDeleter::cleanup ( void *  pointer)
inlinestatic

Definition at line 83 of file qscopedpointer.h.

83 { if (pointer) qFree(pointer); }
Q_CORE_EXPORT void qFree(void *ptr)
Definition: qmalloc.cpp:58

The documentation for this struct was generated from the following file: