dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QScopedPointer
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
++) 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