dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
RawConfiguration
dextool
plugin
cpptestdouble
frontend
raw_args
Undocumented in source.
struct
RawConfiguration {
import
std
.
conv
:
ConvException
;
;
import
std
.
getopt
:
GetoptResult
,
getopt
,
defaultGetoptPrinter
;
;
import
dextool
.
type
:
Path
;
;
Nullable
!
XmlConfig
xmlConfig
;
Config_YesNo
gtestPODPrettyPrint
;
Path
[]
inFiles
;
bool
doFreeFuncs
;
bool
genPostInclude
;
bool
generatePreInclude
;
bool
gmock
;
bool
help
;
bool
shortPluginHelp
;
string
config
;
string
header
;
string
headerFile
;
string
mainFileName
;
string
mainName
;
string
out_
;
string
prefix
;
string
stripInclude
;
string
systemCompiler
;
string
[]
cflags
;
string
[]
compileDb
;
string
[]
fileExclude
;
string
[]
fileInclude
;
string
[]
testDoubleInclude
;
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.
compileDb
string
[]
compileDb
;
Undocumented in source.
config
string
config
;
Undocumented in source.
doFreeFuncs
bool
doFreeFuncs
;
Undocumented in source.
fileExclude
string
[]
fileExclude
;
Undocumented in source.
fileInclude
string
[]
fileInclude
;
Undocumented in source.
genPostInclude
bool
genPostInclude
;
Undocumented in source.
generatePreInclude
bool
generatePreInclude
;
Undocumented in source.
gmock
bool
gmock
;
Undocumented in source.
gtestPODPrettyPrint
Config_YesNo
gtestPODPrettyPrint
;
Undocumented in source.
header
string
header
;
Undocumented in source.
headerFile
string
headerFile
;
Undocumented in source.
help
bool
help
;
Undocumented in source.
inFiles
Path
[]
inFiles
;
Undocumented in source.
mainFileName
string
mainFileName
;
Undocumented in source.
mainName
string
mainName
;
Undocumented in source.
originalFlags
string
[]
originalFlags
;
Undocumented in source.
out_
string
out_
;
Undocumented in source.
prefix
string
prefix
;
Undocumented in source.
shortPluginHelp
bool
shortPluginHelp
;
Undocumented in source.
stripInclude
string
stripInclude
;
Undocumented in source.
systemCompiler
string
systemCompiler
;
Undocumented in source.
testDoubleInclude
string
[]
testDoubleInclude
;
Undocumented in source.
xmlConfig
Nullable
!
XmlConfig
xmlConfig
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
cpptestdouble
frontend
raw_args
aliases
readRawConfig
enums
Config_YesNo
functions
parseRawConfig
structs
RawCliArguments
RawConfiguration
XmlConfig