FactoryLocator.getFactories

Get all factories available in container.

Get all factories available in container.

interface FactoryLocator(T : Factory!Z, Z)
InputRange!(Pair!(T, string))
getFactories
()

Return Value

Type: InputRange!(Pair!(T, string))

InputRange!(Tuple!(T, string)) a tuple of factory => identity.

Meta