dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QScopedPointerDeleter
qt
core
scopedpointer
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++)
struct
QScopedPointerDeleter (
T
) {
alias
P
=
T
;
static if
(
is(T == class)
)
enum
IsIncompleteType
;
alias
P
=
T
*
;
static if
(!(
is(T == class)
))
enum
IsIncompleteType
;
static if
(
IsIncompleteType
)
static
void
cleanup
(P pointer);
static if
(!(
IsIncompleteType
))
static
void
cleanup
(P pointer);
}
Members
Aliases
P
alias
P
=
T
Undocumented in source.
P
alias
P
=
T
*
Undocumented in source.
Manifest constants
IsIncompleteType
enum
IsIncompleteType
;
Undocumented in source.
IsIncompleteType
enum
IsIncompleteType
;
Undocumented in source.
Static functions
cleanup
void
cleanup
(P pointer)
Undocumented in source.
cleanup
void
cleanup
(P pointer)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
qt
core
scopedpointer
aliases
QScopedPointerDeleteLater
classes
QScopedArrayPointer
structs
QScopedPointer
QScopedPointerDeleter
QScopedPointerObjectDeleteLater