Products.putFile

Data pushed from the test double generator to be written to files.

The put value is the code generation tree. It allows the caller of Generator to inject more data in the tree before writing. For example a custom header.

  1. void putFile(FileName fname, CppHModule hdr_data)
    interface Products
  2. void putFile(FileName fname, CppModule impl_data)

Parameters

fname
Type: FileName

file the content is intended to be written to.

hdr_data

data to write to the file.

Meta