SmartPtr

Undocumented in source.

Constructors

this
this(Args args, string file, int line)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Alias This

_impl

Members

Functions

construct
void construct()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(typeof(this) other, string file, int line)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_impl
Impl* _impl;
Undocumented in source.

Meta