GenericFactoryImpl.locator - multiple declarations

Function GenericFactoryImpl.locator

Set locator

GenericFactory!T locator (
  Locator!() locator
) nothrow @safe;

Parameters

NameDescription
locator the locator used to fetch created's object dependencies

Returns

typeof(this)

Function GenericFactoryImpl.locator

Get locator

Locator!() locator () nothrow @safe;

Returns

Locator!()