Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
ScopedPointerCustomDeleter Struct Reference
Collaboration diagram for ScopedPointerCustomDeleter:

Static Public Member Functions

static void cleanup (MyCustomClass *pointer)
static void cleanup (MyCustomClass *pointer)

Detailed Description

Definition at line 137 of file src_corelib_tools_qscopedpointer.cpp.

Member Function Documentation

◆ cleanup() [1/2]

void ScopedPointerCustomDeleter::cleanup ( MyCustomClass * pointer)
inlinestatic

Definition at line 139 of file src_corelib_tools_qscopedpointer.cpp.

References myCustomDeallocator().

Here is the call graph for this function:

◆ cleanup() [2/2]

void ScopedPointerCustomDeleter::cleanup ( MyCustomClass * pointer)
inlinestatic

Definition at line 139 of file src_corelib_tools_qscopedpointer.cpp.


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