Tracked

Stores all pointers and sweeps through the array after a Tracked destructs.

class Tracked (
T
alias FREE = typeof(null)
) if (
is(T == class)
) {}

Constructors

this
this(P ptr)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Alias This

ptr

Members

Variables

ptr
T* ptr;
Undocumented in source.

Meta