Template Scanner

Template for defining scanning functions instantiated with particular container adder policy.

template Scanner(ContainerAdderPolicy) ;

The functions defined in this template mixin are the entry point for running scans over symbols that are desired to be added into a container. The template will instantiate scan family of functions that will use passed container adder policy to scan symbols passed to them. It is advised to define your own set of scanning methods in case when additional scanning and transformation logic is expected.

Contained Functions

NameDescription
scan Scan symbol T for possible components using ContainerAdderPolicy
scan Scan symbol T for possible components using ContainerAdderPolicy
scan Scan symbol T for possible components using ContainerAdderPolicy