|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Manages insertion of required #include directives.
More...
#include <IncludeManager.hpp>
Public Member Functions | |
| void | addIncludes (std::ofstream &outputFile) |
Writes the required #include directives to the output stream. | |
Manages insertion of required #include directives.
IncludeManager writes the standard includes needed by the generated main program that will read parameters and write Wilson coefficients. It does not own the output stream; the caller is responsible for opening and closing the underlying file.
Definition at line 25 of file IncludeManager.hpp.
|
inline |
Writes the required #include directives to the output stream.
Currently this emits:
#include <fstream>#include "csv_helper.h"| outputFile | The stream representing the C++ file being generated. |
Definition at line 36 of file IncludeManager.hpp.