GetoptConvertorFactory

Convertor Factory for command line arguments.

Constructors

this
this()

Default constructor for GetoptConvertorFactory!(To, From)

this
this(string[] args)

Constructor for GetoptConvertorFactory!(To, From)

Members

Functions

factory
To factory()

Instantiates component of type To.

Properties

convertible
string convertible [@property setter]

Set convertible.

convertible
string convertible [@property getter]

Get convertible

locator
Locator!() locator [@property setter]

Set locator.

type
TypeInfo type [@property getter]

Get the type info of To that is created.

Meta