Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QScopedPointerPodDeleter Struct Reference

#include <qscopedpointer.h>

+ Collaboration diagram for QScopedPointerPodDeleter:

Public Member Functions

void operator() (void *pointer) const noexcept
 

Static Public Member Functions

static void cleanup (void *pointer) noexcept
 

Detailed Description

Definition at line 51 of file qscopedpointer.h.

Member Function Documentation

◆ cleanup()

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

Definition at line 53 of file qscopedpointer.h.

Referenced by operator()().

+ Here is the caller graph for this function:

◆ operator()()

void QScopedPointerPodDeleter::operator() ( void * pointer) const
inlinenoexcept

Definition at line 54 of file qscopedpointer.h.

References cleanup().

+ Here is the call graph for this function:

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