TupleContainer

An aggregate container with knowledge of concrete types of aggregated containers. It delegates the task of serving an object to contained containers.

Constructors

this
this(T containers)

Construct tuple container with a set of aggregate containers.

Alias This

containers

Members

Functions

get
Object get(string identity)

Get a container, or an object that is contained by managed containers.

has
bool has(string identity)

Check if an object is present in one of containers, or it is a container itself.

instantiate
TupleContainer instantiate()

Finalize all unfinished initialization work in containers.

Variables

containers
T containers;
Undocumented in source.

Inherited Members

From Container

instantiate
Container instantiate()

Sets up the internal state of container.

Meta