Function InnerTypeContainerAdder.scan

Scan type T for inner static types, to transform them and store in storage

void scan(T) (
  Locator!() locator,
  Storage!(ObjectFactory,string) storage
)
if (isSupported!T);

Parameters

NameDescription
T type that will be scanned for inner static types
locator locator of components used by transformed component factories
storage storage which will contain transformed component factories