gfx ~bindings (2022-04-13T08:35:15.7633411)
Dub
Repo
makeRc
gfx
core
rc
Helper that build a new instance of T and returns it within a Rc!T
template
makeRc
(T)
Rc
!
T
makeRc
(
Args
...
)
(
Args
args
)
if
(
isRefCounted
!
T
)
Members
Functions
makeRc
Rc
!
T
makeRc
(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
gfx
core
rc
aliases
GfxRefCounted
enums
isAtomicRefCounted
isNonAtomicRefCounted
isRefCounted
functions
disposeArray
reinitArray
releaseArray
retainArray
interfaces
AtomicRefCounted
Disposable
RefCounted
manifest constants
atomicRcCode
gfxRcCode
mixedRcCode
rcCode
properties
nullRc
structs
Rc
Uniq
Weak
templates
RcHack
makeRc
makeUniq
rc
Helper that build a new instance of T and returns it within a Rc!T