1#ifndef LINE_PROCESSOR_H
2#define LINE_PROCESSOR_H
68 void processLine(std::ofstream& outputFile,
const std::string& currentLine);
Declares utilities to generate C++ code for MARTY wrappers.
Declares a small helper to write parameter maps to CSV files.
Manages insertion of required #include directives.
Processes lines of a template C++ file and injects custom code.
void processLine(std::ofstream &outputFile, const std::string ¤tLine)
Processes a single line of input and writes to the output file.
Emits C++ helper code to handle CLI, IO and Wilson output.