QtBase  v6.3.1
Public Member Functions | Static Public Member Functions | List of all members
QScopedPointerPodDeleter Struct Reference

#include <qscopedpointer.h>

Public Member Functions

void operator() (void *pointer) const noexcept
 

Static Public Member Functions

static void cleanup (void *pointer) noexcept
 

Detailed Description

Definition at line 87 of file qscopedpointer.h.

Member Function Documentation

◆ cleanup()

static void QScopedPointerPodDeleter::cleanup ( void pointer)
inlinestaticnoexcept

Definition at line 89 of file qscopedpointer.h.

Here is the caller graph for this function:

◆ operator()()

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

Definition at line 90 of file qscopedpointer.h.

Here is the call graph for this function:

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