Schedule

Undocumented in source.

Members

Functions

stages
auto stages()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin JSONConfig
Undocumented in source.
__anonymous
mixin JSONCommon
Undocumented in source.

Variables

units
RunUnit[string] units;
Undocumented in source.

Mixed In Members

From mixin JSONCommon

check
alias check = Check!OptionException
Undocumented in source.
ArrayElementTypes
alias ArrayElementTypes = AliasSeq!(bool, string, double, int)
Undocumented in source.
isSupportedArray
eponymoustemplate isSupportedArray(T)
Undocumented in source.
isSupportedAssociativeArray
eponymoustemplate isSupportedAssociativeArray(T)
Undocumented in source.
isSupported
eponymoustemplate isSupported(T)
Undocumented in source.
toJSON
JSON.JSONValue toJSON()
stringify
string stringify()

Stringify the struct

parse
void parse(JSON.JSONValue json_value)

Intialize a struct from a JSON

From mixin JSONConfig

parseJSON
void parseJSON(string json_text)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string config_file)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string config_file)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta