tern ~master (2024-04-15T17:45:17.8990912)
Dub
Repo
Tracked
tern
typecons
automem
Stores all pointers and sweeps through the array after a
Tracked
destructs.
class
Tracked (
T
alias
FREE
=
typeof
(null)
)
if
(
is
(
T
== class)
) {
T
*
ptr
;
this
(P ptr);
~this
();
}
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
Source
See Implementation
tern
typecons
automem
classes
Disposable
RefCounted
Scoped
Tracked
Unique
functions
disposable
refCounted
scoped
tracked
unique
Stores all pointers and sweeps through the array after a Tracked destructs.