shared_ptr

Undocumented in source.

Constructors

this
this(T* p, void function(T*) df)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Alias This

ptr

Members

Functions

isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
release
void release()
Undocumented in source. Be warned that the author may not have intended to support it.
retain
void retain()
Undocumented in source. Be warned that the author may not have intended to support it.
terminate
void terminate()
Undocumented in source. Be warned that the author may not have intended to support it.
usage
int usage()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

del_func
void function(T*) del_func;
Undocumented in source.
ptr
T* ptr;
Undocumented in source.
rc
int* rc;
Undocumented in source.

Meta