parent

Instantiates a component using as basis some third party factory.

  1. auto parent(Z factory, X delegated)
    parent
    (
    Z : InstanceFactoryAware!T
    T
    X : Factory!W
    W : T
    )
  2. auto parent(Z factory, X source, string identity)

Parameters

T

the type of component that is to be configured

factory Z

factory that uses the parent factory for component instantiation

delegated X

the factory used by factory to instantiate an object.

Meta