QSharedDataPointer

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(const(QSharedDataPointer!(T)) o)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

Type
alias Type = T
Undocumented in source.
pointer
alias pointer = T*
Undocumented in source.

Functions

clone
T* clone()
Undocumented in source. Be warned that the author may not have intended to support it.
constData
const(T)* constData()
Undocumented in source. Be warned that the author may not have intended to support it.
data
T* data()
Undocumented in source. Be warned that the author may not have intended to support it.
data
const(T)* data()
Undocumented in source. Be warned that the author may not have intended to support it.
detach
void detach()
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.
opUnary
const(T) opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta