Documentation
Dlang.org
GyreD (source)
RefCountedTrusted.RefCountedStore
eris
util
RefCountedTrusted
Protects a pointer to some reference counted payload.
struct
RefCountedTrusted
(T, RefCountedAutoInitialize autoInit = RefCountedAutoInitialize.yes)
struct
RefCountedStore {
bool
isInitialized
[@property getter];
void
ensureInitialized
();
}
Members
Functions
ensureInitialized
void
ensureInitialized
()
Properties
isInitialized
bool
isInitialized
[@property getter]
eris
util
RefCountedTrusted
destructors
~this
properties
refCountedPayload
refCountedStore
structs
RefCountedStore
Protects a pointer to some reference counted payload.