Container

Interface for objects that instantiate and manage the lifetime of objects in it.

@safe
interface Container : Locator!(Object, string) {}

Members

Functions

instantiate
Container instantiate()

Sets up the internal state of container.

terminate
Container terminate()

Destruct all managed components.

Meta