aedi ~master (2019-08-16T15:58:29Z)
Dub
Repo
StoragePolicy
aermicioi
aedi
configurer
register
configuration_context_factory
Undocumented in source.
package
mixin template
StoragePolicy () {
Storage
!(
ObjectFactory
,
string
)
storage_
;
string
identity_
;
typeof
(
this
)
storage
(Storage!(ObjectFactory, string) storage);
inout
(
Storage
!(
ObjectFactory
,
string
))
storage
();
typeof
(
this
)
identity
(string identity);
inout
(
string
)
identity
();
}
Members
Functions
identity
typeof
(
this
)
identity
(string identity)
Set identity
identity
inout
(
string
)
identity
()
Get identity
storage
typeof
(
this
)
storage
(Storage!(ObjectFactory, string) storage)
Set storage
storage
inout
(
Storage
!(
ObjectFactory
,
string
))
storage
()
Get storage
Variables
identity_
string
identity_
;
Undocumented in source.
storage_
Storage
!(
ObjectFactory
,
string
)
storage_
;
Undocumented in source.
Meta
Source
See Implementation
aermicioi
aedi
configurer
register
configuration_context_factory
classes
ConfigurableFactory
mixin templates
DecoratingFactoryPolicy
RegistrationStorePolicy
StoragePolicy
WrapperStorePolicy
templates
ContainsPolicy