dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
Param
dextool
plugin
fuzzer
type
Data for a parameter such as limits.
@
safe
struct
Param {
struct
Check
;
struct
Condition
;
struct
Identifier
;
Check
check
;
Fuzz
fuzz
;
Condition
condition
;
Identifier
identifier
;
bool
hasCheck
();
bool
hasFuzz
();
}
Members
Functions
hasCheck
bool
hasCheck
()
Undocumented in source. Be warned that the author may not have intended to support it.
hasFuzz
bool
hasFuzz
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Check
struct
Check
Undocumented in source.
Condition
struct
Condition
Undocumented in source.
Identifier
struct
Identifier
Undocumented in source.
Variables
check
Check
check
;
Undocumented in source.
condition
Condition
condition
;
Undocumented in source.
fuzz
Fuzz
fuzz
;
Undocumented in source.
identifier
Identifier
identifier
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
fuzzer
type
structs
Fuzz
Param
SequenceId
Symbol
Data for a parameter such as limits.