Configuration

Holds the state for the configuration files.

final
class Configuration {}

Members

Functions

load
void load(T obj, string label)

Attempts to place the YAML data at the key label into obj. This is usually already done by the configure template.

Meta