yu ~master (2017-08-14T10:07:44Z)
Dub
Repo
TestMyClass
yu
memory
smartref
Undocumented in source.
version(unittest)
class
TestMyClass {
mixin
EnableSharedFromThisImpl
!(
SmartGCAllocator
,
typeof
(
this
))
;
this
(int t);
this
(int t);
~this
();
int
i
;
}
Constructors
this
this
(int t)
Undocumented in source.
this
this
(int t)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Mixins
__anonymous
mixin
EnableSharedFromThisImpl
!(
SmartGCAllocator
,
typeof
(
this
))
Undocumented in source.
Variables
i
int
i
;
Undocumented in source.
Meta
Source
See Implementation
yu
memory
smartref
aliases
ScopedRef
SharedRef
WeakRef
classes
TestMyClass
functions
freeSharedInt
makeIScopedRef
makeIScopedRefWithDeleter
makeISharedRef
makeISharedRefWithDeleter
makeScopedRef
makeScopedRefWithDeleter
makeSharedRef
makeSharedRefWithDeleter
smartfreeSharedInt
mixin templates
EnableSharedFromThisImpl