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
QtPrivate::QSlotObjectBase::Deleter Struct Reference

#include <qobjectdefs_impl.h>

+ Collaboration diagram for QtPrivate::QSlotObjectBase::Deleter:

Public Member Functions

void operator() (QSlotObjectBase *p) const noexcept
 

Static Public Member Functions

static void cleanup (QSlotObjectBase *p) noexcept
 

Detailed Description

Definition at line 448 of file qobjectdefs_impl.h.

Member Function Documentation

◆ cleanup()

static void QtPrivate::QSlotObjectBase::Deleter::cleanup ( QSlotObjectBase * p)
inlinestaticnoexcept

Definition at line 452 of file qobjectdefs_impl.h.

References operator()().

+ Here is the call graph for this function:

◆ operator()()

void QtPrivate::QSlotObjectBase::Deleter::operator() ( QSlotObjectBase * p) const
inlinenoexcept

Definition at line 449 of file qobjectdefs_impl.h.

References QtPrivate::QSlotObjectBase::destroyIfLastRef().

Referenced by cleanup().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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