aedi ~master (2019-08-16T15:58:29Z)
Dub
Repo
PersistingFactoryPolicy
aermicioi
aedi
configurer
register
context
Policy responsible for persisting wrapper into storage by some identity.
@
safe
struct
PersistingFactoryPolicy {
alias
FactoryPolicy
=
StoragePolicy
;
static
void
initialize
(Storage!(ObjectFactory, string) storage, Locator!(Object, string) locator, RCIAllocator allocator);
static
void
apply
(Z factory);
}
Members
Aliases
FactoryPolicy
alias
FactoryPolicy
=
StoragePolicy
Undocumented in source.
Static functions
apply
void
apply
(Z factory)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void
initialize
(Storage!(ObjectFactory, string) storage, Locator!(Object, string) locator, RCIAllocator allocator)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
aermicioi
aedi
configurer
register
context
functions
along
applying
configure
configureValueContainer
structs
DeferredFactoryPolicy
GenericFactoryPolicy
PersistingFactoryPolicy
RegistrationAwarePolicy
RegistrationContext
ValueRegistrationContext
WrappingFactoryPolicy
Policy responsible for persisting wrapper into storage by some identity.