aedi ~master (2019-08-16T15:58:29Z)
Dub
Repo
GenericFactoryPolicy
aermicioi
aedi
configurer
register
context
Policy responsible for creation of generic factory that will create component T.
@
safe
struct
GenericFactoryPolicy {
alias
FactoryPolicy
=
DecoratingFactoryPolicy
;
static
void
initialize
(Storage!(ObjectFactory, string) storage, Locator!(Object, string) locator, RCIAllocator allocator);
static
void
apply
(Z factory);
}
Members
Aliases
FactoryPolicy
alias
FactoryPolicy
=
DecoratingFactoryPolicy
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 creation of generic factory that will create component T.