dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
RawConfiguration
dextool
plugin
fuzzer
frontend
raw_args
Undocumented in source.
struct
RawConfiguration {
import
std
.
getopt
:
getopt
,
GetoptResult
;
;
Nullable
!
XmlConfig
xmlConfig
;
string
[]
fileExclude
;
string
[]
fileInclude
;
string
[]
testDoubleInclude
;
Path
[]
inFiles
;
string
[]
cflags
;
string
[]
compileDb
;
string
header
;
string
headerFile
;
string
mainFileName
;
string
stripInclude
;
string
out_
;
string
config
;
bool
help
;
bool
helpRegex
;
bool
shortPluginHelp
;
void
parse
(string[] args);
void
printHelp
();
}
Members
Functions
parse
void
parse
(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
printHelp
void
printHelp
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
cflags
string
[]
cflags
;
Undocumented in source.
compileDb
string
[]
compileDb
;
Undocumented in source.
config
string
config
;
Undocumented in source.
fileExclude
string
[]
fileExclude
;
Undocumented in source.
fileInclude
string
[]
fileInclude
;
Undocumented in source.
header
string
header
;
Undocumented in source.
headerFile
string
headerFile
;
Undocumented in source.
help
bool
help
;
Undocumented in source.
helpRegex
bool
helpRegex
;
Undocumented in source.
inFiles
Path
[]
inFiles
;
Undocumented in source.
mainFileName
string
mainFileName
;
Undocumented in source.
out_
string
out_
;
Undocumented in source.
shortPluginHelp
bool
shortPluginHelp
;
Undocumented in source.
stripInclude
string
stripInclude
;
Undocumented in source.
testDoubleInclude
string
[]
testDoubleInclude
;
Undocumented in source.
xmlConfig
Nullable
!
XmlConfig
xmlConfig
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
fuzzer
frontend
raw_args
aliases
readRawConfig
functions
logUnknownXml
parseRawConfig
structs
RawCliArguments
RawConfiguration
Symbols
XmlConfig