TaskNames

Undocumented in source.

Constructors

this
this(string prefix)

Set a prefix for the default options

Public Imports

tagion.utils.JSONCommon
public import tagion.utils.JSONCommon;
Undocumented in source.

Members

Functions

setPrefix
void setPrefix(string prefix)

Inserts a prefix for all the task_names This function is used in mode 0.

Mixins

__anonymous
mixin JSONCommon
Undocumented in source.

Variables

collector
string collector;
Undocumented in source.
dart
string dart;
Undocumented in source.
dart_interface
string dart_interface;
Undocumented in source.
epoch_creator
string epoch_creator;
Undocumented in source.
hirpc_verifier
string hirpc_verifier;
Undocumented in source.
inputvalidator
string inputvalidator;
Undocumented in source.
program
string program;
Undocumented in source.
replicator
string replicator;
Undocumented in source.
supervisor
string supervisor;
Undocumented in source.
transcript
string transcript;
Undocumented in source.
trt
string trt;
Undocumented in source.
tvm
string tvm;
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

Meta