- argCustomHeader
auto argCustomHeader(string header, string header_file)
Undocumented in source. Be warned that the author may not have intended to support it.
- argFileExclude
auto argFileExclude(string[] a)
Undocumented in source. Be warned that the author may not have intended to support it.
- argFileInclude
auto argFileInclude(string[] a)
Undocumented in source. Be warned that the author may not have intended to support it.
- argForceTestDoubleIncludes
auto argForceTestDoubleIncludes(string[] a)
Force the includes to be those supplied by the user.
- argGenerateZeroGlobals
auto argGenerateZeroGlobals(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
- argGmock
auto argGmock(bool a)
Undocumented in source. Be warned that the author may not have intended to support it.
- argLocationAsComment
auto argLocationAsComment(bool a)
Undocumented in source. Be warned that the author may not have intended to support it.
- argMainName
auto argMainName(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- argPostInclude
auto argPostInclude(bool a)
Undocumented in source. Be warned that the author may not have intended to support it.
- argPreInclude
auto argPreInclude(bool a)
Undocumented in source. Be warned that the author may not have intended to support it.
- argPrefix
auto argPrefix(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
- argXmlConfig
auto argXmlConfig(Nullable!XmlConfig conf)
Ensure that the relevant information from the xml file is extracted.
- doFile
bool doFile(string filename, string info)
Undocumented in source. Be warned that the author may not have intended to support it.
- doGoogleMock
bool doGoogleMock()
Undocumented in source. Be warned that the author may not have intended to support it.
- doIncludeOfPostIncludes
bool doIncludeOfPostIncludes()
Undocumented in source. Be warned that the author may not have intended to support it.
- doIncludeOfPreIncludes
bool doIncludeOfPreIncludes()
Undocumented in source. Be warned that the author may not have intended to support it.
- doLocationAsComment
bool doLocationAsComment()
Undocumented in source. Be warned that the author may not have intended to support it.
- doPostIncludes
bool doPostIncludes()
Undocumented in source. Be warned that the author may not have intended to support it.
- doPreIncludes
bool doPreIncludes()
Undocumented in source. Be warned that the author may not have intended to support it.
- doSymbol
bool doSymbol(string symbol)
Undocumented in source. Be warned that the author may not have intended to support it.
- finalizeIncludes
void finalizeIncludes()
Undocumented in source. Be warned that the author may not have intended to support it.
- generateZeroGlobals
Flag!"generateZeroGlobals" generateZeroGlobals()
Undocumented in source. Be warned that the author may not have intended to support it.
- getArtifactPrefix
StubPrefix getArtifactPrefix()
Undocumented in source. Be warned that the author may not have intended to support it.
- getCompileCommandFilter
CompileCommandFilter getCompileCommandFilter()
Undocumented in source. Be warned that the author may not have intended to support it.
- getCustomHeader
CustomHeader getCustomHeader()
Undocumented in source. Be warned that the author may not have intended to support it.
- getExcludeSymbols
FilterSymbol getExcludeSymbols()
Undocumented in source. Be warned that the author may not have intended to support it.
- getFilePrefix
StubPrefix getFilePrefix()
Undocumented in source. Be warned that the author may not have intended to support it.
- getFiles
Parameters.Files getFiles()
Undocumented in source. Be warned that the author may not have intended to support it.
- getIncludes
Path[] getIncludes()
Undocumented in source. Be warned that the author may not have intended to support it.
- getMainInterface
MainInterface getMainInterface()
Undocumented in source. Be warned that the author may not have intended to support it.
- getMainName
MainName getMainName()
Undocumented in source. Be warned that the author may not have intended to support it.
- getMainNs
MainNs getMainNs()
Undocumented in source. Be warned that the author may not have intended to support it.
- getMissingFileCompiler
Compiler getMissingFileCompiler()
Undocumented in source. Be warned that the author may not have intended to support it.
- getOutputDirectory
Path getOutputDirectory()
Undocumented in source. Be warned that the author may not have intended to support it.
- getProducedFiles
FileData[] getProducedFiles()
Data produced by the generatore intented to be written to specified file.
- getRestrictSymbols
FilterSymbol getRestrictSymbols()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSystemCompiler
Compiler getSystemCompiler()
Undocumented in source. Be warned that the author may not have intended to support it.
- getToolVersion
DextoolVersion getToolVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
- getXmlConfigFile
Path getXmlConfigFile()
Destination of the configuration file containing how the test double was generated.
- getXmlLog
Path getXmlLog()
Destination of the xml log for how dextool was ran when generatinng the
test double.
- processIncludes
void processIncludes()
Undocumented in source. Be warned that the author may not have intended to support it.
- putFile
void putFile(Path fname, string data)
Undocumented in source. Be warned that the author may not have intended to support it.
- putFile
void putFile(Path fname, CppHModule hdr_data)
Undocumented in source. Be warned that the author may not have intended to support it.
- putFile
void putFile(Path fname, CppModule impl_data)
Undocumented in source. Be warned that the author may not have intended to support it.
- putLocation
void putLocation(Path fname, LocationType type)
Undocumented in source. Be warned that the author may not have intended to support it.
- systemCompiler
auto systemCompiler(string a)
Undocumented in source. Be warned that the author may not have intended to support it.
Test double generation of C code.
TODO Describe the options.