GeneratedData

Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

make
auto make(Code.Kind kind)
Undocumented in source. Be warned that the author may not have intended to support it.
makeGtestPrettyPrintHdr
auto makeGtestPrettyPrintHdr(CppNs[] ns, CppClassName name)
Undocumented in source. Be warned that the author may not have intended to support it.
makeGtestPrettyPrintImpl
auto makeGtestPrettyPrintImpl(CppNs[] ns, CppClassName name)
Undocumented in source. Be warned that the author may not have intended to support it.
makeMock
auto makeMock(CppNs[] ns, CppClassName name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

gmocks
Mock[] gmocks;

All gmocks to write

gtestPPHdr
GtestPrettyPrint[] gtestPPHdr;
Undocumented in source.
gtestPPImpl
GtestPrettyPrint[] gtestPPImpl;
Undocumented in source.
includeHooks
IncludeHooks includeHooks;
Undocumented in source.
uniqueData
Code[Code.Kind] uniqueData;

Code kinds that can't be duplicated.

Meta