RCClass

Wraps class type C into a reference-counting value type.

Constructors

this
this(T value)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Alias This

_rcClassGet

Members

Functions

_rcClassDestroy
void _rcClassDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
typeof(this) opAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
typeof(this) opAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
auto opCall(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
inout(T) opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

_rcClassGet
inout(C) _rcClassGet [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta