gfx ~master (2021-03-28T16:54:18Z)
Dub
Repo
disposeObj
gfx
core
rc
Dispose and nullify a single object, that might be null
void
disposeObj
(
T
)
(
ref
T
obj
)
if
(
is
(
T
:
Disposable
)
)
Meta
Source
See Implementation
gfx
core
rc
classes
AtomicRefCounted
enums
isAtomicRefCounted
functions
countObj
disposeAA
disposeArr
disposeObj
giveAwayObj
lockObj
reinitAA
reinitArr
reinitStruct
releaseAA
releaseArr
releaseObj
retainAA
retainArr
retainObj
interfaces
Disposable
IAtomicRefCounted
manifest constants
atomicRcCode
gfxRcMask
properties
nullRc
static variables
rcPrintStack
rcTypeRegex
structs
Rc
Weak
templates
makeRc
rc
variables
gfxRcLog
Dispose and nullify a single object, that might be null