Static Public Member Functions

QScopedPointerPodDeleter Struct Reference

Search for all occurrences

Detailed Description

Definition at line 81 of file qscopedpointer.h.

#include <qscopedpointer.h>

List of all members.

Static Public Member Functions

static void  cleanup (void *pointer)

Member Function Documentation

static void cleanup ( void *  pointer ) [inline, static]

Definition at line 83 of file qscopedpointer.h.

{ if (pointer) qFree(pointer); }

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