QScopedPointerPodDeleter Struct Reference

QScopedPointerPodDeleter Struct Reference

#include <qscopedpointer.h>

Class Description

Definition at line 81 of file qscopedpointer.h.

Static Public Member Functions

static void cleanup (void *pointer)
 

Member Function Documentation

static void cleanup ( void pointer)
inlinestatic

Definition at line 83 of file qscopedpointer.h.

83 { if (pointer) qFree(pointer); }
GLsizei const GLvoid * pointer
Definition: GLee.h:1361

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