dqt ~testqt6 (2022-04-01T05:11:05.2144767)
Dub
Repo
QScopedPointer
qt
core
scopedpointer
Binding for C++ class
QScopedPointer
.
extern (
C
++) extern (
C
++)
struct
QScopedPointer (
T
Cleanup
=
QScopedPointerDeleter
!
T
) {
this
(P p);
~this
();
T
opUnary
();
P
data
();
P
get
();
bool
isNull
();
alias
pointer
=
P
;
protected
P
d
;
}
Constructors
this
this
(P p)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Alias This
data
Members
Aliases
pointer
alias
pointer
=
P
Undocumented in source.
Functions
data
P
data
()
Undocumented in source. Be warned that the author may not have intended to support it.
get
P
get
()
Undocumented in source. Be warned that the author may not have intended to support it.
isNull
bool
isNull
()
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
T
opUnary
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
d
P
d
;
Undocumented in source.
Meta
Source
See Implementation
qt
core
scopedpointer
aliases
QScopedPointerDeleteLater
classes
QScopedArrayPointer
structs
QScopedPointer
QScopedPointerDeleter
QScopedPointerObjectDeleteLater
Binding for C++ class QScopedPointer.