skadi-d ~master (2015-09-28T14:07:14Z)
Dub
Repo
SingleInstanceScope
skadi
container
registration
Undocumented in source.
class
SingleInstanceScope :
CreationScope
{
TypeInfo_Class
instantiatableType
;
Object
instance
;
this
(TypeInfo_Class instantiatableType);
Object
getInstance
();
}
Constructors
this
this
(TypeInfo_Class instantiatableType)
Undocumented in source.
Members
Functions
getInstance
Object
getInstance
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
instance
Object
instance
;
Undocumented in source.
instantiatableType
TypeInfo_Class
instantiatableType
;
Undocumented in source.
Inherited Members
From CreationScope
getInstance
Object
getInstance
()
Undocumented in source.
Meta
Source
See Implementation
skadi
container
registration
classes
ExistingInstanceScope
InstantiationContext
NewInstanceScope
NoScopeDefinedException
NullScope
Registration
SingleInstanceScope
functions
existingInstance
newInstance
singleInstance
toConcreteTypeListString