dextool v2.0.0-rc.1 (2020-01-03T16:03:52Z)
Dub
Repo
RawConfiguration
dextool
plugin
graphml
frontend
argsparser
Undocumented in source.
@
safe
struct
RawConfiguration {
import
std
.
getopt
:
GetoptResult
,
getopt
,
defaultGetoptPrinter
;
;
import
std
.
getopt
:
GetoptResult
,
getopt
,
defaultGetoptPrinter
;
;
import
std
.
getopt
:
GetoptResult
,
getopt
,
defaultGetoptPrinter
;
;
string
[]
cflags
;
string
[]
compileDb
;
string
[]
fileExclude
;
string
[]
fileRestrict
;
string
[]
inFiles
;
string
filePrefix
;
string
out_
;
bool
classInheritDep
;
bool
classMemberDep
;
bool
classMethod
;
bool
classParamDep
;
bool
help
;
bool
shortPluginHelp
;
bool
skipFileError
;
string
[]
originalFlags
;
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.
classInheritDep
bool
classInheritDep
;
Undocumented in source.
classMemberDep
bool
classMemberDep
;
Undocumented in source.
classMethod
bool
classMethod
;
Undocumented in source.
classParamDep
bool
classParamDep
;
Undocumented in source.
compileDb
string
[]
compileDb
;
Undocumented in source.
fileExclude
string
[]
fileExclude
;
Undocumented in source.
filePrefix
string
filePrefix
;
Undocumented in source.
fileRestrict
string
[]
fileRestrict
;
Undocumented in source.
help
bool
help
;
Undocumented in source.
inFiles
string
[]
inFiles
;
Undocumented in source.
originalFlags
string
[]
originalFlags
;
Undocumented in source.
out_
string
out_
;
Undocumented in source.
shortPluginHelp
bool
shortPluginHelp
;
Undocumented in source.
skipFileError
bool
skipFileError
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
graphml
frontend
argsparser
structs
RawConfiguration