QScopedPointer

Binding for C++ class QScopedPointer.

extern (C++) extern (C++)
struct QScopedPointer (
T
Cleanup = QScopedPointerDeleter!T
) {}

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