tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
WaveOptions
tagion
services
options
Undocumented in source.
@
safe
struct
WaveOptions {
import
tagion
.
utils
.
JSONCommon
;
;
NetworkMode
network_mode
;
uint
number_of_nodes
;
string
prefix_format
;
bool
fail_fast
;
mixin
JSONCommon
;
}
Members
Mixins
__anonymous
mixin
JSONCommon
Undocumented in source.
Variables
fail_fast
bool
fail_fast
;
Undocumented in source.
network_mode
NetworkMode
network_mode
;
Undocumented in source.
number_of_nodes
uint
number_of_nodes
;
Undocumented in source.
prefix_format
string
prefix_format
;
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
Source
See Implementation
tagion
services
options
enums
NetworkMode
functions
setDefault
setPrefix
static functions
contract_sock_addr
structs
Options
TaskNames
WaveOptions