SharedResource

Undocumented in source.

Constructors

this
this(shared(void)* ptr, Release release)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Members

Aliases

Release
alias Release = bool function(shared(void)*) nothrow
Undocumented in source.

Functions

detach
bool detach()
Undocumented in source. Be warned that the author may not have intended to support it.
forceRelease
void forceRelease()
Undocumented in source. Be warned that the author may not have intended to support it.
handle
inout(void)* handle()
Undocumented in source. Be warned that the author may not have intended to support it.
handle
inout(void)* handle()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(SharedResource rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

ReleaseException
auto ReleaseException;
Undocumented in source.

Meta