Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
IncludeManager Class Reference

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.
 

Detailed Description

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.

Member Function Documentation

◆ addIncludes()

void IncludeManager::addIncludes ( std::ofstream &  outputFile)
inline

Writes the required #include directives to the output stream.

Currently this emits:

  • #include <fstream>
  • #include "csv_helper.h"
Parameters
outputFileThe stream representing the C++ file being generated.

Definition at line 36 of file IncludeManager.hpp.


The documentation for this class was generated from the following file: