Class GetoptConvertorFactory

Convertor Factory for command line arguments.

class GetoptConvertorFactory(To, From) ;

Constructors

NameDescription
thisDefault constructor for GetoptConvertorFactory!(To, From)
thisConstructor for GetoptConvertorFactory!(To, From)

Methods

NameDescription
convertibleSet convertible.
convertibleGet convertible
factoryInstantiates component of type To.
locatorSet locator.
typeGet the type info of To that is created.

Parameters

NameDescription
FromType original representation form of data to be converted.
ToType type of component that is built based on FromType data.