ValueContainer

Value container for instantiated components.

Constructors

this
this()

Default constructor for ValueContainer

Members

Functions

get
Object get(string identity)

Get an Object that is associated with identity.

has
bool has(string identity)

Check if an object is present in Locator by identity.

instantiate
ValueContainer instantiate()

Sets up the internal state of container.

remove
ValueContainer remove(string identity)

Remove an object from ValueContainer with identity.

set
ValueContainer set(Object object, string identity)

Save an object in ValueContainer by identity.

terminate
ValueContainer terminate()

Destruct all managed components.

Inherited Members

From Container

instantiate
Container instantiate()

Sets up the internal state of container.

terminate
Container terminate()

Destruct all managed components.

Meta