ParameterHolder

ParameterHolder Stores a set of Args for futher usage in it's subclasses.

Members

Functions

args
Tuple!Args args()
Undocumented in source. Be warned that the author may not have intended to support it.
args
ParameterHolder args(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

locator
Locator!() locator [@property setter]

Sets the locator that will be used by configurer to fetch object referenced in argument list.

locator
Locator!() locator [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

args_
Tuple!Args args_;
Undocumented in source.
locator_
Locator!() locator_;
Undocumented in source.

Parameters

Args

a type tuple of args that ParameterHolder can hold.

Meta