DynamicConfigurator

This struct contains the logic for generating the configuration for dynamic linking.

Constructors

this
this(Options options, DefaultConfig defaultConfig)

Constructs a new instance of this struct with the given arguments.

Members

Functions

generateConfig
void generateConfig()

Generates the actual configuration.

Mixins

__anonymous
mixin BaseConfigurator
Undocumented in source.

Mixed In Members

From mixin BaseConfigurator

initialize
void initialize(Options options, DefaultConfig defaultConfig)

Initializes the receiver with the given arguments. This method acts as the shared constructor.

Meta