TagMapLoader

Loads an associative array from a D module file.

Constructors

this
this(CompilationContext cc, Diagnostics diag)

Constructs a TagMapLoader object.

Inherited Members

From SettingsLoader

diag
Diagnostics diag;

Collects error messages.

mod
Module mod;

Current module.

cc
CompilationContext cc;

The context.

error
void error(Token* token, cstring formatMsg, ...)

Creates an error report.

Meta