flyweightbyid ~master (2021-11-03T16:11:18.2909519)
Dub
Repo
Flyweight.this
flyweightbyid
Flyweight
Copy constructor with automatic reference counting.
struct
Flyweight
(T, alias makeFunc, alias disposeFunc, alias idNames, const FlyweightOptions options = FlyweightOptions.none)
inout
static if
(
shouldCountReferences
)
this
(
ref
return
scope
inout
Flyweight
other
)
if
(
isCallable
!
makeFunc
&&
isCallable
!
disposeFunc
)
Meta
Source
See Implementation
flyweightbyid
Flyweight
constructors
this
destructors
~this
functions
isValid
postblits
this(this)
static functions
get
incref
isAnyLoaded
isLoaded
isValidID
unload
unloadAll
unref
variables
object
Copy constructor with automatic reference counting.