dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
GeneratedData
dextool
plugin
fuzzer
backend
type
Undocumented in source.
@
safe
struct
GeneratedData {
this(this)
;
Code
[
Code
.
Kind
]
data
;
TemplateConfig
templateConfig
;
FuzzCase
[]
fuzzCases
;
auto
make
(Code.Kind kind);
}
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
make
auto
make
(Code.Kind kind)
TODO change to a template to be able to handle making _any_ kind of _data_.
Variables
data
Code
[
Code
.
Kind
]
data
;
Undocumented in source.
fuzzCases
FuzzCase
[]
fuzzCases
;
Undocumented in source.
templateConfig
TemplateConfig
templateConfig
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
fuzzer
backend
type
structs
Code
DextoolHelperFile
DextoolHelperRawData
FuzzCase
GeneratedData
IgnoreSymbol
ImplData
Prefix
TemplateConfig