QScopedPointer

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
) {}

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