Configuration

Represents application configuration where a struct T maps to some JSON configuration.

Constructors

this
this(string path)

Creates a new configuration object wihout any command line overrides.

this
this(string[] args, string path)

Creates a new configuration object given the command line override args array.

Members

Functions

initialize
void initialize()

Reads in the current configuration into this.application

Variables

application
T application;
Undocumented in source.

Meta