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
QScopedPointerObjectDeleteLater< T > Struct Template Reference

#include <qscopedpointer.h>

+ Collaboration diagram for QScopedPointerObjectDeleteLater< T >:

Public Member Functions

void operator() (T *pointer) const
 

Static Public Member Functions

static void cleanup (T *pointer)
 

Detailed Description

template<typename T>
struct QScopedPointerObjectDeleteLater< T >

Definition at line 59 of file qscopedpointer.h.

Member Function Documentation

◆ cleanup()

template<typename T>
static void QScopedPointerObjectDeleteLater< T >::cleanup ( T * pointer)
inlinestatic

Definition at line 61 of file qscopedpointer.h.

Referenced by QScopedPointerObjectDeleteLater< QObject >::operator()().

+ Here is the caller graph for this function:

◆ operator()()

template<typename T>
void QScopedPointerObjectDeleteLater< T >::operator() ( T * pointer) const
inline

Definition at line 62 of file qscopedpointer.h.


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